Shades of White Smoke #F2F2F2
Tints of White Smoke #F2F2F2
RGB
CMYK
RGB Variations
Color information
#F2F2F2 (or 0xF2F2F2) is known color: White Smoke. HEX triplet: F2, F2 and F2. RGB value is (242,242,242). Sum of RGB (Red+Green+Blue) = 242+242+242=726 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.33% from 726); Green value is 242 (94.92% from 255 or 33.33% from 726); Blue value is 242 (94.92% from 255 or 33.33% from 726); Max value from RGB is 242 - color contains mainly: red, green, blue. Hex color #F2F2F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F2F2 is #0D0D0D. Grayscale: #F2F2F2. Windows color (decimal): -855310 or 15921906. OLE color: 15921906.
HSL color Cylindrical-coordinate representation of color #F2F2F2: hue angle of 0º degrees, saturation: 0, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0%. Process color model (Four color, CMYK) of #F2F2F2 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 242 | 242 | - |
CMYK | 0 | 0 | 0 | 0.05 |
HSL | 0º | 0% | 0.95% | - |
HSV(B) | 0º | 0% | 0.95% | - |
XYZ | 84.4 | 88.79 | 96.69 | - |
YUV | 242 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 242 | 242 | 0 | 0 | 0 | 0.05 | 0 | 0 | 0.95 |
Hex | F2 | F2 | F2 | 0 | 0 | 0 | 5 | 0 | 0 | 5F |
Octal | 362 | 362 | 362 | 0 | 0 | 0 | 5 | 0 | 0 | 137 |
Binary | 11110010 | 11110010 | 11110010 | 0 | 0 | 0 | 101 | 0 | 0 | 1011111 |
Color Harmonies of #F2F2F2
Complementary color
Monochromatic Colors of #F2F2F2
Black with #F2F2F2
Text Example
Text Example
White with #F2F2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F2F2; }
p { color: rgb(242,242,242); }
H1.HeaderClassName
{
color: #F2F2F2;
}
.AnyTagClassName
{
color: #F2F2F2;
}
</style>
background-color css
<style>
a { background-color: #F2F2F2; }
a { background-color: rgb(242,242,242); }
div.DivClassName
{
background-color: #F2F2F2;
}
.BgClassName
{
background-color: #F2F2F2;
}
</style>
border-color css
<style>
span { border-color: #F2F2F2; }
span { border-color: rgb(242,242,242); }
td.TdClassName
{
border-color: #F2F2F2;
}
.TagClassName
{
border-color: #F2F2F2;
}
</style>