Shades of Selago #F0E1EF
Tints of Selago #F0E1EF
RGB
CMYK
RGB Variations
Color information
#F0E1EF (or 0xF0E1EF) is known color: Selago. HEX triplet: F0, E1 and EF. RGB value is (240,225,239). Sum of RGB (Red+Green+Blue) = 240+225+239=704 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.09% from 704); Green value is 225 (88.28% from 255 or 31.96% from 704); Blue value is 239 (93.75% from 255 or 33.95% from 704); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E1EF is #0F1E10. Grayscale: #E7E7E7. Windows color (decimal): -990737 or 15720944. OLE color: 15720944.
HSL color Cylindrical-coordinate representation of color #F0E1EF: hue angle of 304º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0E1EF is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 225 | 239 | - |
| CMYK | 0 | 0.06 | 0.00 | 0.06 |
| HSL | 304º | 0.33% | 0.91% | - |
| HSV(B) | 304º | 0.06% | 0.94% | - |
| XYZ | 78.44 | 78.61 | 92.7 | - |
| YUV | 231.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 239 | 0 | 0.06 | 0.00 | 0.06 | 304 | 0.33 | 0.91 |
| Hex | F0 | E1 | EF | 0 | 6 | 0 | 6 | 130 | 21 | 5B |
| Octal | 360 | 341 | 357 | 0 | 6 | 0 | 6 | 460 | 41 | 133 |
| Binary | 11110000 | 11100001 | 11101111 | 0 | 110 | 0 | 110 | 100110000 | 100001 | 1011011 |
Color Harmonies of #F0E1EF
Complementary color
Monochromatic Colors of #F0E1EF
Black with #F0E1EF
Text Example
Text Example
White with #F0E1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E1EF; }
p { color: rgb(240,225,239); }
H1.HeaderClassName
{
color: #F0E1EF;
}
.AnyTagClassName
{
color: #F0E1EF;
}
</style>
background-color css
<style>
a { background-color: #F0E1EF; }
a { background-color: rgb(240,225,239); }
div.DivClassName
{
background-color: #F0E1EF;
}
.BgClassName
{
background-color: #F0E1EF;
}
</style>
border-color css
<style>
span { border-color: #F0E1EF; }
span { border-color: rgb(240,225,239); }
td.TdClassName
{
border-color: #F0E1EF;
}
.TagClassName
{
border-color: #F0E1EF;
}
</style>