Shades of Selago #F0EAF0
Tints of Selago #F0EAF0
RGB
CMYK
RGB Variations
Color information
#F0EAF0 (or 0xF0EAF0) is known color: Selago. HEX triplet: F0, EA and F0. RGB value is (240,234,240). Sum of RGB (Red+Green+Blue) = 240+234+240=714 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.61% from 714); Green value is 234 (91.80% from 255 or 32.77% from 714); Blue value is 240 (94.14% from 255 or 33.61% from 714); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F0EAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EAF0 is #0F150F. Grayscale: #ECECEC. Windows color (decimal): -988432 or 15788784. OLE color: 15788784.
HSL color Cylindrical-coordinate representation of color #F0EAF0: hue angle of 300º degrees, saturation: 0.17, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F0EAF0 is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 234 | 240 | - |
CMYK | 0 | 0.02 | 0 | 0.06 |
HSL | 300º | 0.17% | 0.93% | - |
HSV(B) | 300º | 0.02% | 0.94% | - |
XYZ | 81.09 | 83.66 | 94.31 | - |
YUV | 236.48 | 129.99 | 130.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 234 | 240 | 0 | 0.02 | 0 | 0.06 | 300 | 0.17 | 0.93 |
Hex | F0 | EA | F0 | 0 | 2 | 0 | 6 | 12C | 11 | 5D |
Octal | 360 | 352 | 360 | 0 | 2 | 0 | 6 | 454 | 21 | 135 |
Binary | 11110000 | 11101010 | 11110000 | 0 | 10 | 0 | 110 | 100101100 | 10001 | 1011101 |
Color Harmonies of #F0EAF0
Complementary color
Monochromatic Colors of #F0EAF0
Black with #F0EAF0
Text Example
Text Example
White with #F0EAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EAF0; }
p { color: rgb(240,234,240); }
H1.HeaderClassName
{
color: #F0EAF0;
}
.AnyTagClassName
{
color: #F0EAF0;
}
</style>
background-color css
<style>
a { background-color: #F0EAF0; }
a { background-color: rgb(240,234,240); }
div.DivClassName
{
background-color: #F0EAF0;
}
.BgClassName
{
background-color: #F0EAF0;
}
</style>
border-color css
<style>
span { border-color: #F0EAF0; }
span { border-color: rgb(240,234,240); }
td.TdClassName
{
border-color: #F0EAF0;
}
.TagClassName
{
border-color: #F0EAF0;
}
</style>