Shades of White Smoke #F9EDED
Tints of White Smoke #F9EDED
RGB
CMYK
RGB Variations
Color information
#F9EDED (or 0xF9EDED) is known color: White Smoke. HEX triplet: F9, ED and ED. RGB value is (249,237,237). Sum of RGB (Red+Green+Blue) = 249+237+237=723 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.44% from 723); Green value is 237 (92.97% from 255 or 32.78% from 723); Blue value is 237 (92.97% from 255 or 32.78% from 723); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EDED is #061212. Grayscale: #F0F0F0. Windows color (decimal): -397843 or 15592953. OLE color: 15592953.
HSL color Cylindrical-coordinate representation of color #F9EDED: hue angle of 0º degrees, saturation: 0.5, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F9EDED is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 237 | 237 | - |
CMYK | 0 | 0.05 | 0.05 | 0.02 |
HSL | 0º | 0.5% | 0.95% | - |
HSV(B) | 0º | 0.05% | 0.98% | - |
XYZ | 84.64 | 86.82 | 92.42 | - |
YUV | 240.59 | 125.98 | 134 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 237 | 237 | 0 | 0.05 | 0.05 | 0.02 | 0 | 0.5 | 0.95 |
Hex | F9 | ED | ED | 0 | 5 | 5 | 2 | 0 | 32 | 5F |
Octal | 371 | 355 | 355 | 0 | 5 | 5 | 2 | 0 | 62 | 137 |
Binary | 11111001 | 11101101 | 11101101 | 0 | 101 | 101 | 10 | 0 | 110010 | 1011111 |
Color Harmonies of #F9EDED
Complementary color
Monochromatic Colors of #F9EDED
Black with #F9EDED
Text Example
Text Example
White with #F9EDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EDED; }
p { color: rgb(249,237,237); }
H1.HeaderClassName
{
color: #F9EDED;
}
.AnyTagClassName
{
color: #F9EDED;
}
</style>
background-color css
<style>
a { background-color: #F9EDED; }
a { background-color: rgb(249,237,237); }
div.DivClassName
{
background-color: #F9EDED;
}
.BgClassName
{
background-color: #F9EDED;
}
</style>
border-color css
<style>
span { border-color: #F9EDED; }
span { border-color: rgb(249,237,237); }
td.TdClassName
{
border-color: #F9EDED;
}
.TagClassName
{
border-color: #F9EDED;
}
</style>