Shades of White Smoke #FCF0EF
Tints of White Smoke #FCF0EF
RGB
CMYK
RGB Variations
Color information
#FCF0EF (or 0xFCF0EF) is known color: White Smoke. HEX triplet: FC, F0 and EF. RGB value is (252,240,239). Sum of RGB (Red+Green+Blue) = 252+240+239=731 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.47% from 731); Green value is 240 (94.14% from 255 or 32.83% from 731); Blue value is 239 (93.75% from 255 or 32.69% from 731); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF0EF is #030F10. Grayscale: #F3F3F3. Windows color (decimal): -200465 or 15724796. OLE color: 15724796.
HSL color Cylindrical-coordinate representation of color #FCF0EF: hue angle of 4.62º degrees, saturation: 0.68, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FCF0EF is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 239 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.01 |
| HSL | 4.62º | 0.68% | 0.96% | - |
| HSV(B) | 4.62º | 0.05% | 0.99% | - |
| XYZ | 86.88 | 89.25 | 94.31 | - |
| YUV | 243.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 239 | 0 | 0.05 | 0.05 | 0.01 | 4.62 | 0.68 | 0.96 |
| Hex | FC | F0 | EF | 0 | 5 | 5 | 1 | 5 | 44 | 60 |
| Octal | 374 | 360 | 357 | 0 | 5 | 5 | 1 | 5 | 104 | 140 |
| Binary | 11111100 | 11110000 | 11101111 | 0 | 101 | 101 | 1 | 101 | 1000100 | 1100000 |
Color Harmonies of #FCF0EF
Complementary color
Monochromatic Colors of #FCF0EF
Black with #FCF0EF
Text Example
Text Example
White with #FCF0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF0EF; }
p { color: rgb(252,240,239); }
H1.HeaderClassName
{
color: #FCF0EF;
}
.AnyTagClassName
{
color: #FCF0EF;
}
</style>
background-color css
<style>
a { background-color: #FCF0EF; }
a { background-color: rgb(252,240,239); }
div.DivClassName
{
background-color: #FCF0EF;
}
.BgClassName
{
background-color: #FCF0EF;
}
</style>
border-color css
<style>
span { border-color: #FCF0EF; }
span { border-color: rgb(252,240,239); }
td.TdClassName
{
border-color: #FCF0EF;
}
.TagClassName
{
border-color: #FCF0EF;
}
</style>