Shades of White Smoke #F2EFEF
Tints of White Smoke #F2EFEF
RGB
CMYK
RGB Variations
Color information
#F2EFEF (or 0xF2EFEF) is known color: White Smoke. HEX triplet: F2, EF and EF. RGB value is (242,239,239). Sum of RGB (Red+Green+Blue) = 242+239+239=720 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.61% from 720); Green value is 239 (93.75% from 255 or 33.19% from 720); Blue value is 239 (93.75% from 255 or 33.19% from 720); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EFEF is #0D1010. Grayscale: #EFEFEF. Windows color (decimal): -856081 or 15724530. OLE color: 15724530.
HSL color Cylindrical-coordinate representation of color #F2EFEF: hue angle of 0º degrees, saturation: 0.1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F2EFEF is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 239 | - |
| CMYK | 0 | 0.01 | 0.01 | 0.05 |
| HSL | 0º | 0.1% | 0.94% | - |
| HSV(B) | 0º | 0.01% | 0.95% | - |
| XYZ | 83.06 | 86.84 | 94.05 | - |
| YUV | 239.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 239 | 0 | 0.01 | 0.01 | 0.05 | 0 | 0.1 | 0.94 |
| Hex | F2 | EF | EF | 0 | 1 | 1 | 5 | 0 | A | 5E |
| Octal | 362 | 357 | 357 | 0 | 1 | 1 | 5 | 0 | 12 | 136 |
| Binary | 11110010 | 11101111 | 11101111 | 0 | 1 | 1 | 101 | 0 | 1010 | 1011110 |
Color Harmonies of #F2EFEF
Complementary color
Monochromatic Colors of #F2EFEF
Black with #F2EFEF
Text Example
Text Example
White with #F2EFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EFEF; }
p { color: rgb(242,239,239); }
H1.HeaderClassName
{
color: #F2EFEF;
}
.AnyTagClassName
{
color: #F2EFEF;
}
</style>
background-color css
<style>
a { background-color: #F2EFEF; }
a { background-color: rgb(242,239,239); }
div.DivClassName
{
background-color: #F2EFEF;
}
.BgClassName
{
background-color: #F2EFEF;
}
</style>
border-color css
<style>
span { border-color: #F2EFEF; }
span { border-color: rgb(242,239,239); }
td.TdClassName
{
border-color: #F2EFEF;
}
.TagClassName
{
border-color: #F2EFEF;
}
</style>