Shades of White Smoke #F1EFEF
Tints of White Smoke #F1EFEF
RGB
CMYK
RGB Variations
Color information
#F1EFEF (or 0xF1EFEF) is known color: White Smoke. HEX triplet: F1, EF and EF. RGB value is (241,239,239). Sum of RGB (Red+Green+Blue) = 241+239+239=719 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.52% from 719); Green value is 239 (93.75% from 255 or 33.24% from 719); Blue value is 239 (93.75% from 255 or 33.24% from 719); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EFEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EFEF is #0E1010. Grayscale: #EFEFEF. Windows color (decimal): -921617 or 15724529. OLE color: 15724529.
HSL color Cylindrical-coordinate representation of color #F1EFEF: hue angle of 0º degrees, saturation: 0.07, 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 #F1EFEF is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 239 | 239 | - |
CMYK | 0 | 0.01 | 0.01 | 0.05 |
HSL | 0º | 0.07% | 0.94% | - |
HSV(B) | 0º | 0.01% | 0.95% | - |
XYZ | 82.72 | 86.67 | 94.03 | - |
YUV | 239.6 | 127.66 | 129 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 239 | 239 | 0 | 0.01 | 0.01 | 0.05 | 0 | 0.07 | 0.94 |
Hex | F1 | EF | EF | 0 | 1 | 1 | 5 | 0 | 7 | 5E |
Octal | 361 | 357 | 357 | 0 | 1 | 1 | 5 | 0 | 7 | 136 |
Binary | 11110001 | 11101111 | 11101111 | 0 | 1 | 1 | 101 | 0 | 111 | 1011110 |
Color Harmonies of #F1EFEF
Complementary color
Monochromatic Colors of #F1EFEF
Black with #F1EFEF
Text Example
Text Example
White with #F1EFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EFEF; }
p { color: rgb(241,239,239); }
H1.HeaderClassName
{
color: #F1EFEF;
}
.AnyTagClassName
{
color: #F1EFEF;
}
</style>
background-color css
<style>
a { background-color: #F1EFEF; }
a { background-color: rgb(241,239,239); }
div.DivClassName
{
background-color: #F1EFEF;
}
.BgClassName
{
background-color: #F1EFEF;
}
</style>
border-color css
<style>
span { border-color: #F1EFEF; }
span { border-color: rgb(241,239,239); }
td.TdClassName
{
border-color: #F1EFEF;
}
.TagClassName
{
border-color: #F1EFEF;
}
</style>