Shades of White Smoke #F5EFEF
Tints of White Smoke #F5EFEF
RGB
CMYK
RGB Variations
Color information
#F5EFEF (or 0xF5EFEF) is known color: White Smoke. HEX triplet: F5, EF and EF. RGB value is (245,239,239). Sum of RGB (Red+Green+Blue) = 245+239+239=723 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.89% from 723); Green value is 239 (93.75% from 255 or 33.06% from 723); Blue value is 239 (93.75% from 255 or 33.06% from 723); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EFEF is #0A1010. Grayscale: #F0F0F0. Windows color (decimal): -659473 or 15724533. OLE color: 15724533.
HSL color Cylindrical-coordinate representation of color #F5EFEF: hue angle of 0º degrees, saturation: 0.23, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F5EFEF is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 239 | 239 | - |
CMYK | 0 | 0.02 | 0.02 | 0.04 |
HSL | 0º | 0.23% | 0.95% | - |
HSV(B) | 0º | 0.02% | 0.96% | - |
XYZ | 84.1 | 87.38 | 94.09 | - |
YUV | 240.79 | 126.99 | 131 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 239 | 239 | 0 | 0.02 | 0.02 | 0.04 | 0 | 0.23 | 0.95 |
Hex | F5 | EF | EF | 0 | 2 | 2 | 4 | 0 | 17 | 5F |
Octal | 365 | 357 | 357 | 0 | 2 | 2 | 4 | 0 | 27 | 137 |
Binary | 11110101 | 11101111 | 11101111 | 0 | 10 | 10 | 100 | 0 | 10111 | 1011111 |
Color Harmonies of #F5EFEF
Complementary color
Monochromatic Colors of #F5EFEF
Black with #F5EFEF
Text Example
Text Example
White with #F5EFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EFEF; }
p { color: rgb(245,239,239); }
H1.HeaderClassName
{
color: #F5EFEF;
}
.AnyTagClassName
{
color: #F5EFEF;
}
</style>
background-color css
<style>
a { background-color: #F5EFEF; }
a { background-color: rgb(245,239,239); }
div.DivClassName
{
background-color: #F5EFEF;
}
.BgClassName
{
background-color: #F5EFEF;
}
</style>
border-color css
<style>
span { border-color: #F5EFEF; }
span { border-color: rgb(245,239,239); }
td.TdClassName
{
border-color: #F5EFEF;
}
.TagClassName
{
border-color: #F5EFEF;
}
</style>