Shades of White Smoke #FCF4F4
Tints of White Smoke #FCF4F4
RGB
CMYK
RGB Variations
Color information
#FCF4F4 (or 0xFCF4F4) is known color: White Smoke. HEX triplet: FC, F4 and F4. RGB value is (252,244,244). Sum of RGB (Red+Green+Blue) = 252+244+244=740 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.05% from 740); Green value is 244 (95.70% from 255 or 32.97% from 740); Blue value is 244 (95.70% from 255 or 32.97% from 740); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF4F4 is #030B0B. Grayscale: #F6F6F6. Windows color (decimal): -199436 or 16053500. OLE color: 16053500.
HSL color Cylindrical-coordinate representation of color #FCF4F4: hue angle of 0º degrees, saturation: 0.57, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FCF4F4 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 244 | 244 | - |
CMYK | 0 | 0.03 | 0.03 | 0.01 |
HSL | 0º | 0.57% | 0.97% | - |
HSV(B) | 0º | 0.03% | 0.99% | - |
XYZ | 88.82 | 91.93 | 98.65 | - |
YUV | 246.39 | 126.65 | 132 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 244 | 244 | 0 | 0.03 | 0.03 | 0.01 | 0 | 0.57 | 0.97 |
Hex | FC | F4 | F4 | 0 | 3 | 3 | 1 | 0 | 39 | 61 |
Octal | 374 | 364 | 364 | 0 | 3 | 3 | 1 | 0 | 71 | 141 |
Binary | 11111100 | 11110100 | 11110100 | 0 | 11 | 11 | 1 | 0 | 111001 | 1100001 |
Color Harmonies of #FCF4F4
Complementary color
Monochromatic Colors of #FCF4F4
Black with #FCF4F4
Text Example
Text Example
White with #FCF4F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF4F4; }
p { color: rgb(252,244,244); }
H1.HeaderClassName
{
color: #FCF4F4;
}
.AnyTagClassName
{
color: #FCF4F4;
}
</style>
background-color css
<style>
a { background-color: #FCF4F4; }
a { background-color: rgb(252,244,244); }
div.DivClassName
{
background-color: #FCF4F4;
}
.BgClassName
{
background-color: #FCF4F4;
}
</style>
border-color css
<style>
span { border-color: #FCF4F4; }
span { border-color: rgb(252,244,244); }
td.TdClassName
{
border-color: #FCF4F4;
}
.TagClassName
{
border-color: #FCF4F4;
}
</style>