Shades of White Smoke #F5EDED
Tints of White Smoke #F5EDED
RGB
CMYK
RGB Variations
Color information
#F5EDED (or 0xF5EDED) is known color: White Smoke. HEX triplet: F5, ED and ED. RGB value is (245,237,237). Sum of RGB (Red+Green+Blue) = 245+237+237=719 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.08% from 719); Green value is 237 (92.97% from 255 or 32.96% from 719); Blue value is 237 (92.97% from 255 or 32.96% from 719); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EDED is #0A1212. Grayscale: #EFEFEF. Windows color (decimal): -659987 or 15592949. OLE color: 15592949.
HSL color Cylindrical-coordinate representation of color #F5EDED: hue angle of 0º degrees, saturation: 0.29, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F5EDED is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 237 | 237 | - |
CMYK | 0 | 0.03 | 0.03 | 0.04 |
HSL | 0º | 0.29% | 0.95% | - |
HSV(B) | 0º | 0.03% | 0.96% | - |
XYZ | 83.23 | 86.1 | 92.35 | - |
YUV | 239.39 | 126.65 | 132 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 237 | 237 | 0 | 0.03 | 0.03 | 0.04 | 0 | 0.29 | 0.95 |
Hex | F5 | ED | ED | 0 | 3 | 3 | 4 | 0 | 1D | 5F |
Octal | 365 | 355 | 355 | 0 | 3 | 3 | 4 | 0 | 35 | 137 |
Binary | 11110101 | 11101101 | 11101101 | 0 | 11 | 11 | 100 | 0 | 11101 | 1011111 |
Color Harmonies of #F5EDED
Complementary color
Monochromatic Colors of #F5EDED
Black with #F5EDED
Text Example
Text Example
White with #F5EDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EDED; }
p { color: rgb(245,237,237); }
H1.HeaderClassName
{
color: #F5EDED;
}
.AnyTagClassName
{
color: #F5EDED;
}
</style>
background-color css
<style>
a { background-color: #F5EDED; }
a { background-color: rgb(245,237,237); }
div.DivClassName
{
background-color: #F5EDED;
}
.BgClassName
{
background-color: #F5EDED;
}
</style>
border-color css
<style>
span { border-color: #F5EDED; }
span { border-color: rgb(245,237,237); }
td.TdClassName
{
border-color: #F5EDED;
}
.TagClassName
{
border-color: #F5EDED;
}
</style>