Shades of White Smoke #F2EEEE
Tints of White Smoke #F2EEEE
RGB
CMYK
RGB Variations
Color information
#F2EEEE (or 0xF2EEEE) is known color: White Smoke. HEX triplet: F2, EE and EE. RGB value is (242,238,238). Sum of RGB (Red+Green+Blue) = 242+238+238=718 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.70% from 718); Green value is 238 (93.36% from 255 or 33.15% from 718); Blue value is 238 (93.36% from 255 or 33.15% from 718); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EEEE is #0D1111. Grayscale: #EFEFEF. Windows color (decimal): -856338 or 15658738. OLE color: 15658738.
HSL color Cylindrical-coordinate representation of color #F2EEEE: hue angle of 0º degrees, saturation: 0.13, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F2EEEE is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 238 | 238 | - |
CMYK | 0 | 0.02 | 0.02 | 0.05 |
HSL | 0º | 0.13% | 0.94% | - |
HSV(B) | 0º | 0.02% | 0.95% | - |
XYZ | 82.63 | 86.2 | 93.17 | - |
YUV | 239.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 238 | 238 | 0 | 0.02 | 0.02 | 0.05 | 0 | 0.13 | 0.94 |
Hex | F2 | EE | EE | 0 | 2 | 2 | 5 | 0 | D | 5E |
Octal | 362 | 356 | 356 | 0 | 2 | 2 | 5 | 0 | 15 | 136 |
Binary | 11110010 | 11101110 | 11101110 | 0 | 10 | 10 | 101 | 0 | 1101 | 1011110 |
Color Harmonies of #F2EEEE
Complementary color
Monochromatic Colors of #F2EEEE
Black with #F2EEEE
Text Example
Text Example
White with #F2EEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EEEE; }
p { color: rgb(242,238,238); }
H1.HeaderClassName
{
color: #F2EEEE;
}
.AnyTagClassName
{
color: #F2EEEE;
}
</style>
background-color css
<style>
a { background-color: #F2EEEE; }
a { background-color: rgb(242,238,238); }
div.DivClassName
{
background-color: #F2EEEE;
}
.BgClassName
{
background-color: #F2EEEE;
}
</style>
border-color css
<style>
span { border-color: #F2EEEE; }
span { border-color: rgb(242,238,238); }
td.TdClassName
{
border-color: #F2EEEE;
}
.TagClassName
{
border-color: #F2EEEE;
}
</style>