Shades of White Smoke #F4F2F2
Tints of White Smoke #F4F2F2
RGB
CMYK
RGB Variations
Color information
#F4F2F2 (or 0xF4F2F2) is known color: White Smoke. HEX triplet: F4, F2 and F2. RGB value is (244,242,242). Sum of RGB (Red+Green+Blue) = 244+242+242=728 (96% of max value = 765). Red value is 244 (95.70% from 255 or 33.52% from 728); Green value is 242 (94.92% from 255 or 33.24% from 728); Blue value is 242 (94.92% from 255 or 33.24% from 728); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F2F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4F2F2 is #0B0D0D. Grayscale: #F2F2F2. Windows color (decimal): -724238 or 15921908. OLE color: 15921908.
HSL color Cylindrical-coordinate representation of color #F4F2F2: hue angle of 0º degrees, saturation: 0.08, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F4F2F2 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 242 | 242 | - |
| CMYK | 0 | 0.01 | 0.01 | 0.04 |
| HSL | 0º | 0.08% | 0.95% | - |
| HSV(B) | 0º | 0.01% | 0.96% | - |
| XYZ | 85.09 | 89.15 | 96.73 | - |
| YUV | 242.6 | 127.66 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 242 | 242 | 0 | 0.01 | 0.01 | 0.04 | 0 | 0.08 | 0.95 |
| Hex | F4 | F2 | F2 | 0 | 1 | 1 | 4 | 0 | 8 | 5F |
| Octal | 364 | 362 | 362 | 0 | 1 | 1 | 4 | 0 | 10 | 137 |
| Binary | 11110100 | 11110010 | 11110010 | 0 | 1 | 1 | 100 | 0 | 1000 | 1011111 |
Color Harmonies of #F4F2F2
Complementary color
Monochromatic Colors of #F4F2F2
Black with #F4F2F2
Text Example
Text Example
White with #F4F2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F2F2; }
p { color: rgb(244,242,242); }
H1.HeaderClassName
{
color: #F4F2F2;
}
.AnyTagClassName
{
color: #F4F2F2;
}
</style>
background-color css
<style>
a { background-color: #F4F2F2; }
a { background-color: rgb(244,242,242); }
div.DivClassName
{
background-color: #F4F2F2;
}
.BgClassName
{
background-color: #F4F2F2;
}
</style>
border-color css
<style>
span { border-color: #F4F2F2; }
span { border-color: rgb(244,242,242); }
td.TdClassName
{
border-color: #F4F2F2;
}
.TagClassName
{
border-color: #F4F2F2;
}
</style>