HEX: #FBB4B4
RGB: (251,180,180)
Il colore #FBB4B4 contiene principalmente il rosso. Per il #FBB4B4 il colore web safe è #FFCCCC (#FCC).
Il colore FBB4B4 in RGB è definito come 251,180,180
RGB: (251,180,180) (98%,71%,71%)
R 251 da 255 = 98%
G 180 da 255 = 71%
B 180 da 255 = 71%
R + G + B ~ 80%. #FBB4B4 colore abbastanza chiaro.
R + G + B =
251 + 180 + 180 = 611 (100%)
R 251 da 611 ~ 41.08%
G 180 da 611 ~ 29.46%
B 180 da 611 ~ 29.46%
Il colore #FBB4B4 in CMYK è definito come 0,28,28,2.
CMYK: (0,28,28,2) C0M28Y28K2 (0%,28%,28%,2%) (0.00/0.28/0.28/0.02)
FB | B4 | B4 | |
---|---|---|---|
RGB | 251 | 180 | 180 |
HSL | 0° | 89.87% | 84.51% |
HSB/HSV | 0° | 28.29% | 98.43% |
CMYK | 0.00% | 28.29% | 28.29% |
1.57% |
Esadicemale | FB | B4 | B4 |
Decimale | 251 | 180 | 180 |
Binario | 11111011 | 10110100 | 10110100 |
Ottale | 373 | 264 | 264 |
Esempi dei codici css e html per gli elementi di colore #FBB4B4. Utilizzate rgb(251,180,180) anche al posto del codice hex.
.myTextColor { color: #FBB4B4; }
<p style="color:#FBB4B4">This sample text font color is #FBB4B4.</p>
Il colore di questo testo è #FBB4B4.
.myBgColor { background-color: #FBB4B4; }
<div style="background-color:#FBB4B4">Inner text</div>
Questo div ha lo sfondo di colore #FBB4B4.
.myBorderColor { border: 1px solid #FBB4B4; }
<div style="border:3px solid #FBB4B4">Div</div>
Questo div ha i bordi di colore FBB4B4.
.myOpacity80 { color: #FBB4B4; opacity: 0.8; }
<p style="color:#FBB4B4;opacity:0.8;">80%</p>
Il testo di color #FBB4B4 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FBB4B4;}
<p style="text-shadow: 3px 3px 1px #FBB4B4">Text here.</p>
Questo testo ha l'ombra di colore #FBB4B4.
.textShadow {text-shadow: 3px 3px 1px #FBB4B4, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FBB4B4, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #FBB4B4 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FBB4B4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FBB4B4, Direction=45, Strength=4)">Text</p>
This text has shadow with #FBB4B4 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #FBB4B4; -webkit-box-shadow: 1px 1px 3px 2px #FBB4B4; box-shadow: 1px 1px 3px 2px #FBB4B4; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #FBB4B4; -webkit-box-shadow: 1px 1px 3px 2px #FBB4B4; box-shadow:1px 1px 3px 2px #FBB4B4;">
Div content here</div>
Questo e il testo di colore #FBB4B4 sullo sfondo nero.
Questo e il testo di colore #FBB4B4 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #FBB4B4.
Questo è un testo bianco sullo sfondo del colore #FBB4B4.