Shades of Selago #F0EAF1
Tints of Selago #F0EAF1
RGB
CMYK
RGB Variations
Color information
#F0EAF1 (or 0xF0EAF1) is known color: Selago. HEX triplet: F0, EA and F1. RGB value is (240,234,241). Sum of RGB (Red+Green+Blue) = 240+234+241=715 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.57% from 715); Green value is 234 (91.80% from 255 or 32.73% from 715); Blue value is 241 (94.53% from 255 or 33.71% from 715); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0EAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EAF1 is #0F150E. Grayscale: #ECECEC. Windows color (decimal): -988431 or 15854320. OLE color: 15854320.
HSL color Cylindrical-coordinate representation of color #F0EAF1: hue angle of 291.43º degrees, saturation: 0.2, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F0EAF1 is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 240 | 234 | 241 | - |
CMYK | 0.00 | 0.03 | 0 | 0.05 |
HSL | 291.43º | 0.2% | 0.93% | - |
HSV(B) | 291.43º | 0.03% | 0.95% | - |
XYZ | 81.24 | 83.72 | 95.1 | - |
YUV | 236.59 | 130.49 | 130.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 234 | 241 | 0.00 | 0.03 | 0 | 0.05 | 291.43 | 0.2 | 0.93 |
Hex | F0 | EA | F1 | 0 | 3 | 0 | 5 | 123 | 14 | 5D |
Octal | 360 | 352 | 361 | 0 | 3 | 0 | 5 | 443 | 24 | 135 |
Binary | 11110000 | 11101010 | 11110001 | 0 | 11 | 0 | 101 | 100100011 | 10100 | 1011101 |
Color Harmonies of #F0EAF1
Complementary color
Monochromatic Colors of #F0EAF1
Black with #F0EAF1
Text Example
Text Example
White with #F0EAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EAF1; }
p { color: rgb(240,234,241); }
H1.HeaderClassName
{
color: #F0EAF1;
}
.AnyTagClassName
{
color: #F0EAF1;
}
</style>
background-color css
<style>
a { background-color: #F0EAF1; }
a { background-color: rgb(240,234,241); }
div.DivClassName
{
background-color: #F0EAF1;
}
.BgClassName
{
background-color: #F0EAF1;
}
</style>
border-color css
<style>
span { border-color: #F0EAF1; }
span { border-color: rgb(240,234,241); }
td.TdClassName
{
border-color: #F0EAF1;
}
.TagClassName
{
border-color: #F0EAF1;
}
</style>