Shades of Selago #F0E4EF
Tints of Selago #F0E4EF
RGB
CMYK
RGB Variations
Color information
#F0E4EF (or 0xF0E4EF) is known color: Selago. HEX triplet: F0, E4 and EF. RGB value is (240,228,239). Sum of RGB (Red+Green+Blue) = 240+228+239=707 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.95% from 707); Green value is 228 (89.45% from 255 or 32.25% from 707); Blue value is 239 (93.75% from 255 or 33.80% from 707); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E4EF is #0F1B10. Grayscale: #E8E8E8. Windows color (decimal): -989969 or 15721712. OLE color: 15721712.
HSL color Cylindrical-coordinate representation of color #F0E4EF: hue angle of 305º degrees, saturation: 0.29, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F0E4EF is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 228 | 239 | - |
| CMYK | 0 | 0.05 | 0.00 | 0.06 |
| HSL | 305º | 0.29% | 0.92% | - |
| HSV(B) | 305º | 0.05% | 0.94% | - |
| XYZ | 79.26 | 80.24 | 92.97 | - |
| YUV | 232.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 228 | 239 | 0 | 0.05 | 0.00 | 0.06 | 305 | 0.29 | 0.92 |
| Hex | F0 | E4 | EF | 0 | 5 | 0 | 6 | 131 | 1D | 5C |
| Octal | 360 | 344 | 357 | 0 | 5 | 0 | 6 | 461 | 35 | 134 |
| Binary | 11110000 | 11100100 | 11101111 | 0 | 101 | 0 | 110 | 100110001 | 11101 | 1011100 |
Color Harmonies of #F0E4EF
Complementary color
Monochromatic Colors of #F0E4EF
Black with #F0E4EF
Text Example
Text Example
White with #F0E4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E4EF; }
p { color: rgb(240,228,239); }
H1.HeaderClassName
{
color: #F0E4EF;
}
.AnyTagClassName
{
color: #F0E4EF;
}
</style>
background-color css
<style>
a { background-color: #F0E4EF; }
a { background-color: rgb(240,228,239); }
div.DivClassName
{
background-color: #F0E4EF;
}
.BgClassName
{
background-color: #F0E4EF;
}
</style>
border-color css
<style>
span { border-color: #F0E4EF; }
span { border-color: rgb(240,228,239); }
td.TdClassName
{
border-color: #F0E4EF;
}
.TagClassName
{
border-color: #F0E4EF;
}
</style>