Shades of White Smoke #FCF0F0
Tints of White Smoke #FCF0F0
RGB
CMYK
RGB Variations
Color information
#FCF0F0 (or 0xFCF0F0) is known color: White Smoke. HEX triplet: FC, F0 and F0. RGB value is (252,240,240). Sum of RGB (Red+Green+Blue) = 252+240+240=732 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.43% from 732); Green value is 240 (94.14% from 255 or 32.79% from 732); Blue value is 240 (94.14% from 255 or 32.79% from 732); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF0F0 is #030F0F. Grayscale: #F3F3F3. Windows color (decimal): -200464 or 15790332. OLE color: 15790332.
HSL color Cylindrical-coordinate representation of color #FCF0F0: hue angle of 0º degrees, saturation: 0.67, 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 #FCF0F0 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 240 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.01 |
| HSL | 0º | 0.67% | 0.96% | - |
| HSV(B) | 0º | 0.05% | 0.99% | - |
| XYZ | 87.03 | 89.31 | 95.09 | - |
| YUV | 243.59 | 125.98 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 240 | 0 | 0.05 | 0.05 | 0.01 | 0 | 0.67 | 0.96 |
| Hex | FC | F0 | F0 | 0 | 5 | 5 | 1 | 0 | 43 | 60 |
| Octal | 374 | 360 | 360 | 0 | 5 | 5 | 1 | 0 | 103 | 140 |
| Binary | 11111100 | 11110000 | 11110000 | 0 | 101 | 101 | 1 | 0 | 1000011 | 1100000 |
Color Harmonies of #FCF0F0
Complementary color
Monochromatic Colors of #FCF0F0
Black with #FCF0F0
Text Example
Text Example
White with #FCF0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF0F0; }
p { color: rgb(252,240,240); }
H1.HeaderClassName
{
color: #FCF0F0;
}
.AnyTagClassName
{
color: #FCF0F0;
}
</style>
background-color css
<style>
a { background-color: #FCF0F0; }
a { background-color: rgb(252,240,240); }
div.DivClassName
{
background-color: #FCF0F0;
}
.BgClassName
{
background-color: #FCF0F0;
}
</style>
border-color css
<style>
span { border-color: #FCF0F0; }
span { border-color: rgb(252,240,240); }
td.TdClassName
{
border-color: #FCF0F0;
}
.TagClassName
{
border-color: #FCF0F0;
}
</style>