Shades of Selago #F0E8EF
Tints of Selago #F0E8EF
RGB
CMYK
RGB Variations
Color information
#F0E8EF (or 0xF0E8EF) is known color: Selago. HEX triplet: F0, E8 and EF. RGB value is (240,232,239). Sum of RGB (Red+Green+Blue) = 240+232+239=711 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.76% from 711); Green value is 232 (91.02% from 255 or 32.63% from 711); Blue value is 239 (93.75% from 255 or 33.61% from 711); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E8EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E8EF is #0F1710. Grayscale: #EBEBEB. Windows color (decimal): -988945 or 15722736. OLE color: 15722736.
HSL color Cylindrical-coordinate representation of color #F0E8EF: hue angle of 307.5º degrees, saturation: 0.21, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F0E8EF is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 232 | 239 | - |
| CMYK | 0 | 0.03 | 0.00 | 0.06 |
| HSL | 307.5º | 0.21% | 0.93% | - |
| HSV(B) | 307.5º | 0.03% | 0.94% | - |
| XYZ | 80.37 | 82.47 | 93.34 | - |
| YUV | 235.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 232 | 239 | 0 | 0.03 | 0.00 | 0.06 | 307.5 | 0.21 | 0.93 |
| Hex | F0 | E8 | EF | 0 | 3 | 0 | 6 | 134 | 15 | 5D |
| Octal | 360 | 350 | 357 | 0 | 3 | 0 | 6 | 464 | 25 | 135 |
| Binary | 11110000 | 11101000 | 11101111 | 0 | 11 | 0 | 110 | 100110100 | 10101 | 1011101 |
Color Harmonies of #F0E8EF
Complementary color
Monochromatic Colors of #F0E8EF
Black with #F0E8EF
Text Example
Text Example
White with #F0E8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E8EF; }
p { color: rgb(240,232,239); }
H1.HeaderClassName
{
color: #F0E8EF;
}
.AnyTagClassName
{
color: #F0E8EF;
}
</style>
background-color css
<style>
a { background-color: #F0E8EF; }
a { background-color: rgb(240,232,239); }
div.DivClassName
{
background-color: #F0E8EF;
}
.BgClassName
{
background-color: #F0E8EF;
}
</style>
border-color css
<style>
span { border-color: #F0E8EF; }
span { border-color: rgb(240,232,239); }
td.TdClassName
{
border-color: #F0E8EF;
}
.TagClassName
{
border-color: #F0E8EF;
}
</style>