Shades of Selago #F0E1F2
Tints of Selago #F0E1F2
RGB
CMYK
RGB Variations
Color information
#F0E1F2 (or 0xF0E1F2) is known color: Selago. HEX triplet: F0, E1 and F2. RGB value is (240,225,242). Sum of RGB (Red+Green+Blue) = 240+225+242=707 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.95% from 707); Green value is 225 (88.28% from 255 or 31.82% from 707); Blue value is 242 (94.92% from 255 or 34.23% from 707); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0E1F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E1F2 is #0F1E0D. Grayscale: #E7E7E7. Windows color (decimal): -990734 or 15917552. OLE color: 15917552.
HSL color Cylindrical-coordinate representation of color #F0E1F2: hue angle of 292.94º degrees, saturation: 0.4, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0E1F2 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 225 | 242 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.05 |
| HSL | 292.94º | 0.4% | 0.92% | - |
| HSV(B) | 292.94º | 0.07% | 0.95% | - |
| XYZ | 78.89 | 78.79 | 95.05 | - |
| YUV | 231.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 242 | 0.01 | 0.07 | 0 | 0.05 | 292.94 | 0.4 | 0.92 |
| Hex | F0 | E1 | F2 | 1 | 7 | 0 | 5 | 125 | 28 | 5C |
| Octal | 360 | 341 | 362 | 1 | 7 | 0 | 5 | 445 | 50 | 134 |
| Binary | 11110000 | 11100001 | 11110010 | 1 | 111 | 0 | 101 | 100100101 | 101000 | 1011100 |
Color Harmonies of #F0E1F2
Complementary color
Monochromatic Colors of #F0E1F2
Black with #F0E1F2
Text Example
Text Example
White with #F0E1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E1F2; }
p { color: rgb(240,225,242); }
H1.HeaderClassName
{
color: #F0E1F2;
}
.AnyTagClassName
{
color: #F0E1F2;
}
</style>
background-color css
<style>
a { background-color: #F0E1F2; }
a { background-color: rgb(240,225,242); }
div.DivClassName
{
background-color: #F0E1F2;
}
.BgClassName
{
background-color: #F0E1F2;
}
</style>
border-color css
<style>
span { border-color: #F0E1F2; }
span { border-color: rgb(240,225,242); }
td.TdClassName
{
border-color: #F0E1F2;
}
.TagClassName
{
border-color: #F0E1F2;
}
</style>