Shades of Selago #F0E7EE
Tints of Selago #F0E7EE
RGB
CMYK
RGB Variations
Color information
#F0E7EE (or 0xF0E7EE) is known color: Selago. HEX triplet: F0, E7 and EE. RGB value is (240,231,238). Sum of RGB (Red+Green+Blue) = 240+231+238=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 231 (90.62% from 255 or 32.58% from 709); Blue value is 238 (93.36% from 255 or 33.57% from 709); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E7EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E7EE is #0F1811. Grayscale: #EAEAEA. Windows color (decimal): -989202 or 15656944. OLE color: 15656944.
HSL color Cylindrical-coordinate representation of color #F0E7EE: hue angle of 313.33º degrees, saturation: 0.23, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F0E7EE is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 231 | 238 | - |
CMYK | 0 | 0.04 | 0.01 | 0.06 |
HSL | 313.33º | 0.23% | 0.92% | - |
HSV(B) | 313.33º | 0.04% | 0.94% | - |
XYZ | 79.94 | 81.85 | 92.47 | - |
YUV | 234.49 | 129.98 | 131.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 231 | 238 | 0 | 0.04 | 0.01 | 0.06 | 313.33 | 0.23 | 0.92 |
Hex | F0 | E7 | EE | 0 | 4 | 1 | 6 | 139 | 17 | 5C |
Octal | 360 | 347 | 356 | 0 | 4 | 1 | 6 | 471 | 27 | 134 |
Binary | 11110000 | 11100111 | 11101110 | 0 | 100 | 1 | 110 | 100111001 | 10111 | 1011100 |
Color Harmonies of #F0E7EE
Complementary color
Monochromatic Colors of #F0E7EE
Black with #F0E7EE
Text Example
Text Example
White with #F0E7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E7EE; }
p { color: rgb(240,231,238); }
H1.HeaderClassName
{
color: #F0E7EE;
}
.AnyTagClassName
{
color: #F0E7EE;
}
</style>
background-color css
<style>
a { background-color: #F0E7EE; }
a { background-color: rgb(240,231,238); }
div.DivClassName
{
background-color: #F0E7EE;
}
.BgClassName
{
background-color: #F0E7EE;
}
</style>
border-color css
<style>
span { border-color: #F0E7EE; }
span { border-color: rgb(240,231,238); }
td.TdClassName
{
border-color: #F0E7EE;
}
.TagClassName
{
border-color: #F0E7EE;
}
</style>