Shades of Whisper #F0EDED
Tints of Whisper #F0EDED
RGB
CMYK
RGB Variations
Color information
#F0EDED (or 0xF0EDED) is known color: Whisper. HEX triplet: F0, ED and ED. RGB value is (240,237,237). Sum of RGB (Red+Green+Blue) = 240+237+237=714 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.61% from 714); Green value is 237 (92.97% from 255 or 33.19% from 714); Blue value is 237 (92.97% from 255 or 33.19% from 714); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EDED is #0F1212. Grayscale: #EDEDED. Windows color (decimal): -987667 or 15592944. OLE color: 15592944.
HSL color Cylindrical-coordinate representation of color #F0EDED: hue angle of 0º degrees, saturation: 0.09, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F0EDED is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 237 | 237 | - |
CMYK | 0 | 0.01 | 0.01 | 0.06 |
HSL | 0º | 0.09% | 0.94% | - |
HSV(B) | 0º | 0.01% | 0.94% | - |
XYZ | 81.51 | 85.21 | 92.27 | - |
YUV | 237.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 237 | 237 | 0 | 0.01 | 0.01 | 0.06 | 0 | 0.09 | 0.94 |
Hex | F0 | ED | ED | 0 | 1 | 1 | 6 | 0 | 9 | 5E |
Octal | 360 | 355 | 355 | 0 | 1 | 1 | 6 | 0 | 11 | 136 |
Binary | 11110000 | 11101101 | 11101101 | 0 | 1 | 1 | 110 | 0 | 1001 | 1011110 |
Color Harmonies of #F0EDED
Complementary color
Monochromatic Colors of #F0EDED
Black with #F0EDED
Text Example
Text Example
White with #F0EDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EDED; }
p { color: rgb(240,237,237); }
H1.HeaderClassName
{
color: #F0EDED;
}
.AnyTagClassName
{
color: #F0EDED;
}
</style>
background-color css
<style>
a { background-color: #F0EDED; }
a { background-color: rgb(240,237,237); }
div.DivClassName
{
background-color: #F0EDED;
}
.BgClassName
{
background-color: #F0EDED;
}
</style>
border-color css
<style>
span { border-color: #F0EDED; }
span { border-color: rgb(240,237,237); }
td.TdClassName
{
border-color: #F0EDED;
}
.TagClassName
{
border-color: #F0EDED;
}
</style>