Shades of Selago #F0E5EE
Tints of Selago #F0E5EE
RGB
CMYK
RGB Variations
Color information
#F0E5EE (or 0xF0E5EE) is known color: Selago. HEX triplet: F0, E5 and EE. RGB value is (240,229,238). Sum of RGB (Red+Green+Blue) = 240+229+238=707 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.95% from 707); Green value is 229 (89.84% from 255 or 32.39% from 707); Blue value is 238 (93.36% from 255 or 33.66% from 707); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E5EE is #0F1A11. Grayscale: #E9E9E9. Windows color (decimal): -989714 or 15656432. OLE color: 15656432.
HSL color Cylindrical-coordinate representation of color #F0E5EE: hue angle of 310.91º degrees, saturation: 0.27, 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 #F0E5EE is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 229 | 238 | - |
CMYK | 0 | 0.05 | 0.01 | 0.06 |
HSL | 310.91º | 0.27% | 0.92% | - |
HSV(B) | 310.91º | 0.05% | 0.94% | - |
XYZ | 79.39 | 80.74 | 92.29 | - |
YUV | 233.32 | 130.64 | 132.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 229 | 238 | 0 | 0.05 | 0.01 | 0.06 | 310.91 | 0.27 | 0.92 |
Hex | F0 | E5 | EE | 0 | 5 | 1 | 6 | 137 | 1B | 5C |
Octal | 360 | 345 | 356 | 0 | 5 | 1 | 6 | 467 | 33 | 134 |
Binary | 11110000 | 11100101 | 11101110 | 0 | 101 | 1 | 110 | 100110111 | 11011 | 1011100 |
Color Harmonies of #F0E5EE
Complementary color
Monochromatic Colors of #F0E5EE
Black with #F0E5EE
Text Example
Text Example
White with #F0E5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E5EE; }
p { color: rgb(240,229,238); }
H1.HeaderClassName
{
color: #F0E5EE;
}
.AnyTagClassName
{
color: #F0E5EE;
}
</style>
background-color css
<style>
a { background-color: #F0E5EE; }
a { background-color: rgb(240,229,238); }
div.DivClassName
{
background-color: #F0E5EE;
}
.BgClassName
{
background-color: #F0E5EE;
}
</style>
border-color css
<style>
span { border-color: #F0E5EE; }
span { border-color: rgb(240,229,238); }
td.TdClassName
{
border-color: #F0E5EE;
}
.TagClassName
{
border-color: #F0E5EE;
}
</style>