Shades of Selago #F0E3EE
Tints of Selago #F0E3EE
RGB
CMYK
RGB Variations
Color information
#F0E3EE (or 0xF0E3EE) is known color: Selago. HEX triplet: F0, E3 and EE. RGB value is (240,227,238). Sum of RGB (Red+Green+Blue) = 240+227+238=705 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.04% from 705); Green value is 227 (89.06% from 255 or 32.20% from 705); Blue value is 238 (93.36% from 255 or 33.76% from 705); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E3EE is #0F1C11. Grayscale: #E8E8E8. Windows color (decimal): -990226 or 15655920. OLE color: 15655920.
HSL color Cylindrical-coordinate representation of color #F0E3EE: hue angle of 309.23º degrees, saturation: 0.3, 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 #F0E3EE is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 227 | 238 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.06 |
| HSL | 309.23º | 0.3% | 0.92% | - |
| HSV(B) | 309.23º | 0.05% | 0.94% | - |
| XYZ | 78.84 | 79.64 | 92.11 | - |
| YUV | 232.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 227 | 238 | 0 | 0.05 | 0.01 | 0.06 | 309.23 | 0.3 | 0.92 |
| Hex | F0 | E3 | EE | 0 | 5 | 1 | 6 | 135 | 1E | 5C |
| Octal | 360 | 343 | 356 | 0 | 5 | 1 | 6 | 465 | 36 | 134 |
| Binary | 11110000 | 11100011 | 11101110 | 0 | 101 | 1 | 110 | 100110101 | 11110 | 1011100 |
Color Harmonies of #F0E3EE
Complementary color
Monochromatic Colors of #F0E3EE
Black with #F0E3EE
Text Example
Text Example
White with #F0E3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E3EE; }
p { color: rgb(240,227,238); }
H1.HeaderClassName
{
color: #F0E3EE;
}
.AnyTagClassName
{
color: #F0E3EE;
}
</style>
background-color css
<style>
a { background-color: #F0E3EE; }
a { background-color: rgb(240,227,238); }
div.DivClassName
{
background-color: #F0E3EE;
}
.BgClassName
{
background-color: #F0E3EE;
}
</style>
border-color css
<style>
span { border-color: #F0E3EE; }
span { border-color: rgb(240,227,238); }
td.TdClassName
{
border-color: #F0E3EE;
}
.TagClassName
{
border-color: #F0E3EE;
}
</style>