Shades of White Smoke #F8EDED
Tints of White Smoke #F8EDED
RGB
CMYK
RGB Variations
Color information
#F8EDED (or 0xF8EDED) is known color: White Smoke. HEX triplet: F8, ED and ED. RGB value is (248,237,237). Sum of RGB (Red+Green+Blue) = 248+237+237=722 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.35% from 722); Green value is 237 (92.97% from 255 or 32.83% from 722); Blue value is 237 (92.97% from 255 or 32.83% from 722); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EDED is #071212. Grayscale: #F0F0F0. Windows color (decimal): -463379 or 15592952. OLE color: 15592952.
HSL color Cylindrical-coordinate representation of color #F8EDED: hue angle of 0º degrees, saturation: 0.44, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F8EDED is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 237 | 237 | - |
CMYK | 0 | 0.04 | 0.04 | 0.03 |
HSL | 0º | 0.44% | 0.95% | - |
HSV(B) | 0º | 0.04% | 0.97% | - |
XYZ | 84.28 | 86.64 | 92.4 | - |
YUV | 240.29 | 126.14 | 133.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 237 | 237 | 0 | 0.04 | 0.04 | 0.03 | 0 | 0.44 | 0.95 |
Hex | F8 | ED | ED | 0 | 4 | 4 | 3 | 0 | 2C | 5F |
Octal | 370 | 355 | 355 | 0 | 4 | 4 | 3 | 0 | 54 | 137 |
Binary | 11111000 | 11101101 | 11101101 | 0 | 100 | 100 | 11 | 0 | 101100 | 1011111 |
Color Harmonies of #F8EDED
Complementary color
Monochromatic Colors of #F8EDED
Black with #F8EDED
Text Example
Text Example
White with #F8EDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EDED; }
p { color: rgb(248,237,237); }
H1.HeaderClassName
{
color: #F8EDED;
}
.AnyTagClassName
{
color: #F8EDED;
}
</style>
background-color css
<style>
a { background-color: #F8EDED; }
a { background-color: rgb(248,237,237); }
div.DivClassName
{
background-color: #F8EDED;
}
.BgClassName
{
background-color: #F8EDED;
}
</style>
border-color css
<style>
span { border-color: #F8EDED; }
span { border-color: rgb(248,237,237); }
td.TdClassName
{
border-color: #F8EDED;
}
.TagClassName
{
border-color: #F8EDED;
}
</style>