Shades of Selago #F0E6EF
Tints of Selago #F0E6EF
RGB
CMYK
RGB Variations
Color information
#F0E6EF (or 0xF0E6EF) is known color: Selago. HEX triplet: F0, E6 and EF. RGB value is (240,230,239). Sum of RGB (Red+Green+Blue) = 240+230+239=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 230 (90.23% from 255 or 32.44% from 709); Blue value is 239 (93.75% from 255 or 33.71% from 709); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E6EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E6EF is #0F1910. Grayscale: #E9E9E9. Windows color (decimal): -989457 or 15722224. OLE color: 15722224.
HSL color Cylindrical-coordinate representation of color #F0E6EF: hue angle of 306º degrees, saturation: 0.25, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F0E6EF is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 230 | 239 | - |
| CMYK | 0 | 0.04 | 0.00 | 0.06 |
| HSL | 306º | 0.25% | 0.92% | - |
| HSV(B) | 306º | 0.04% | 0.94% | - |
| XYZ | 79.81 | 81.35 | 93.16 | - |
| YUV | 234.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 230 | 239 | 0 | 0.04 | 0.00 | 0.06 | 306 | 0.25 | 0.92 |
| Hex | F0 | E6 | EF | 0 | 4 | 0 | 6 | 132 | 19 | 5C |
| Octal | 360 | 346 | 357 | 0 | 4 | 0 | 6 | 462 | 31 | 134 |
| Binary | 11110000 | 11100110 | 11101111 | 0 | 100 | 0 | 110 | 100110010 | 11001 | 1011100 |
Color Harmonies of #F0E6EF
Complementary color
Monochromatic Colors of #F0E6EF
Black with #F0E6EF
Text Example
Text Example
White with #F0E6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E6EF; }
p { color: rgb(240,230,239); }
H1.HeaderClassName
{
color: #F0E6EF;
}
.AnyTagClassName
{
color: #F0E6EF;
}
</style>
background-color css
<style>
a { background-color: #F0E6EF; }
a { background-color: rgb(240,230,239); }
div.DivClassName
{
background-color: #F0E6EF;
}
.BgClassName
{
background-color: #F0E6EF;
}
</style>
border-color css
<style>
span { border-color: #F0E6EF; }
span { border-color: rgb(240,230,239); }
td.TdClassName
{
border-color: #F0E6EF;
}
.TagClassName
{
border-color: #F0E6EF;
}
</style>