Shades of Whisper #F1EDED
Tints of Whisper #F1EDED
RGB
CMYK
RGB Variations
Color information
#F1EDED (or 0xF1EDED) is known color: Whisper. HEX triplet: F1, ED and ED. RGB value is (241,237,237). Sum of RGB (Red+Green+Blue) = 241+237+237=715 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.71% from 715); Green value is 237 (92.97% from 255 or 33.15% from 715); Blue value is 237 (92.97% from 255 or 33.15% from 715); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EDED is #0E1212. Grayscale: #EEEEEE. Windows color (decimal): -922131 or 15592945. OLE color: 15592945.
HSL color Cylindrical-coordinate representation of color #F1EDED: hue angle of 0º degrees, saturation: 0.12, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F1EDED is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 237 | 237 | - |
CMYK | 0 | 0.02 | 0.02 | 0.05 |
HSL | 0º | 0.13% | 0.94% | - |
HSV(B) | 0º | 0.02% | 0.95% | - |
XYZ | 81.85 | 85.38 | 92.29 | - |
YUV | 238.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 237 | 237 | 0 | 0.02 | 0.02 | 0.05 | 0 | 0.13 | 0.94 |
Hex | F1 | ED | ED | 0 | 2 | 2 | 5 | 0 | C | 5E |
Octal | 361 | 355 | 355 | 0 | 2 | 2 | 5 | 0 | 14 | 136 |
Binary | 11110001 | 11101101 | 11101101 | 0 | 10 | 10 | 101 | 0 | 1100 | 1011110 |
Color Harmonies of #F1EDED
Complementary color
Monochromatic Colors of #F1EDED
Black with #F1EDED
Text Example
Text Example
White with #F1EDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EDED; }
p { color: rgb(241,237,237); }
H1.HeaderClassName
{
color: #F1EDED;
}
.AnyTagClassName
{
color: #F1EDED;
}
</style>
background-color css
<style>
a { background-color: #F1EDED; }
a { background-color: rgb(241,237,237); }
div.DivClassName
{
background-color: #F1EDED;
}
.BgClassName
{
background-color: #F1EDED;
}
</style>
border-color css
<style>
span { border-color: #F1EDED; }
span { border-color: rgb(241,237,237); }
td.TdClassName
{
border-color: #F1EDED;
}
.TagClassName
{
border-color: #F1EDED;
}
</style>