Shades of Selago #F0EAEF
Tints of Selago #F0EAEF
RGB
CMYK
RGB Variations
Color information
#F0EAEF (or 0xF0EAEF) is known color: Selago. HEX triplet: F0, EA and EF. RGB value is (240,234,239). Sum of RGB (Red+Green+Blue) = 240+234+239=713 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.66% from 713); Green value is 234 (91.80% from 255 or 32.82% from 713); Blue value is 239 (93.75% from 255 or 33.52% from 713); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EAEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EAEF is #0F1510. Grayscale: #ECECEC. Windows color (decimal): -988433 or 15723248. OLE color: 15723248.
HSL color Cylindrical-coordinate representation of color #F0EAEF: hue angle of 310º degrees, saturation: 0.17, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F0EAEF is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 234 | 239 | - |
| CMYK | 0 | 0.02 | 0.00 | 0.06 |
| HSL | 310º | 0.17% | 0.93% | - |
| HSV(B) | 310º | 0.02% | 0.94% | - |
| XYZ | 80.94 | 83.6 | 93.53 | - |
| YUV | 236.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 234 | 239 | 0 | 0.02 | 0.00 | 0.06 | 310 | 0.17 | 0.93 |
| Hex | F0 | EA | EF | 0 | 2 | 0 | 6 | 136 | 11 | 5D |
| Octal | 360 | 352 | 357 | 0 | 2 | 0 | 6 | 466 | 21 | 135 |
| Binary | 11110000 | 11101010 | 11101111 | 0 | 10 | 0 | 110 | 100110110 | 10001 | 1011101 |
Color Harmonies of #F0EAEF
Complementary color
Monochromatic Colors of #F0EAEF
Black with #F0EAEF
Text Example
Text Example
White with #F0EAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EAEF; }
p { color: rgb(240,234,239); }
H1.HeaderClassName
{
color: #F0EAEF;
}
.AnyTagClassName
{
color: #F0EAEF;
}
</style>
background-color css
<style>
a { background-color: #F0EAEF; }
a { background-color: rgb(240,234,239); }
div.DivClassName
{
background-color: #F0EAEF;
}
.BgClassName
{
background-color: #F0EAEF;
}
</style>
border-color css
<style>
span { border-color: #F0EAEF; }
span { border-color: rgb(240,234,239); }
td.TdClassName
{
border-color: #F0EAEF;
}
.TagClassName
{
border-color: #F0EAEF;
}
</style>