HEX: #FCF6DF
RGB: (252,246,223)
Il colore #FCF6DF contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #FCF6DF il colore web safe è #FFFFCC (#FFC).
Il colore FCF6DF in RGB è definito come 252,246,223
RGB: (252,246,223)
(99%, 96%, 87%)
R 252 da 255 = 99%
G 246 da 255 = 96%
B 223 da 255 = 87%
R + G + B ~ 94%. #FCF6DF colore chiaro.
R + G + B = 252 + 246 + 223 = 721 (100%)
R 252 da 721 ~ 34.95%
G 246 da 721 ~ 34.12%
B 223 da 721 ~ 30.93'%
Il colore #FCF6DF in CMYK è definito come 0,2,12,1.
CMYK: (0,2,12,1)
C0M2Y12K1 (0%, 2%, 12%, 1%)
(0.00 / 0.02 / 0.12 / 0.01)
Il #FCF6DF nei modelli di colore popolari.
FC | F6 | DF | |
---|---|---|---|
RGB | 252 | 246 | 223 |
HSL | 48° | 82.86% | 93.14% |
HSB/HSV | 48° | 11.51% | 98.82% |
CMYK | 0.00% | 2.38% | 11.51% |
1.18% |
Il #FCF6DF nei modelli numerici popolari.
Esadicemale | FC | F6 | DF |
Decimale | 252 | 246 | 223 |
Binario | 11111100 | 11110110 | 11011111 |
Ottale | 374 | 366 | 337 |
Tonalità scure del colore #FCF6DF
Tonalità chiare del colore #FCF6DF
Esempi dei codici css e html per gli elementi di colore #FCF6DF. Utilizzate rgb(252,246,223) anche al posto del codice hex.
.myTextColor { color: #FCF6DF; }
<p style="color:#FCF6DF">This sample text font color is #FCF6DF.</p>
Il colore di questo testo è #FCF6DF.
.myBgColor { background-color: #FCF6DF; }
<div style="background-color:#FCF6DF">Inner text</div>
Questo div ha lo sfondo di colore #FCF6DF.
.myBorderColor { border: 1px solid #FCF6DF; }
<div style="border:3px solid #FCF6DF">Div</div>
Questo div ha i bordi di colore FCF6DF.
.myOpacity80 { color: #FCF6DF; opacity: 0.8; }
<p style="color:#FCF6DF;opacity:0.8;">80%</p>
Il testo di color #FCF6DF e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCF6DF;}
<p style="text-shadow: 3px 3px 1px #FCF6DF">Text here.</p>
Questo testo ha l'ombra di colore #FCF6DF.
.textShadow {text-shadow: 3px 3px 1px #FCF6DF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCF6DF, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #FCF6DF e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCF6DF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCF6DF, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCF6DF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCF6DF;
-webkit-box-shadow: 1px 1px 3px 2px #FCF6DF;
box-shadow: 1px 1px 3px 2px #FCF6DF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCF6DF; -webkit-box-shadow: 1px 1px 3px 2px #FCF6DF; box-shadow:1px 1px 3px 2px #FCF6DF;">
Div content here
</div>
Questo e il testo di colore #FCF6DF sullo sfondo nero.
Questo e il testo di colore #FCF6DF sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #FCF6DF.
Questo è un testo bianco sullo sfondo del colore #FCF6DF.
Il colore complimentare del #hex è #030920..