Shades of Selago #F0E3F2
Tints of Selago #F0E3F2
RGB
CMYK
RGB Variations
Color information
#F0E3F2 (or 0xF0E3F2) is known color: Selago. HEX triplet: F0, E3 and F2. RGB value is (240,227,242). Sum of RGB (Red+Green+Blue) = 240+227+242=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 227 (89.06% from 255 or 32.02% from 709); Blue value is 242 (94.92% from 255 or 34.13% from 709); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0E3F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E3F2 is #0F1C0D. Grayscale: #E8E8E8. Windows color (decimal): -990222 or 15918064. OLE color: 15918064.
HSL color Cylindrical-coordinate representation of color #F0E3F2: hue angle of 292º degrees, saturation: 0.37, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0E3F2 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 227 | 242 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.05 |
| HSL | 292º | 0.37% | 0.92% | - |
| HSV(B) | 292º | 0.06% | 0.95% | - |
| XYZ | 79.43 | 79.87 | 95.24 | - |
| YUV | 232.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 227 | 242 | 0.01 | 0.06 | 0 | 0.05 | 292 | 0.37 | 0.92 |
| Hex | F0 | E3 | F2 | 1 | 6 | 0 | 5 | 124 | 25 | 5C |
| Octal | 360 | 343 | 362 | 1 | 6 | 0 | 5 | 444 | 45 | 134 |
| Binary | 11110000 | 11100011 | 11110010 | 1 | 110 | 0 | 101 | 100100100 | 100101 | 1011100 |
Color Harmonies of #F0E3F2
Complementary color
Monochromatic Colors of #F0E3F2
Black with #F0E3F2
Text Example
Text Example
White with #F0E3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E3F2; }
p { color: rgb(240,227,242); }
H1.HeaderClassName
{
color: #F0E3F2;
}
.AnyTagClassName
{
color: #F0E3F2;
}
</style>
background-color css
<style>
a { background-color: #F0E3F2; }
a { background-color: rgb(240,227,242); }
div.DivClassName
{
background-color: #F0E3F2;
}
.BgClassName
{
background-color: #F0E3F2;
}
</style>
border-color css
<style>
span { border-color: #F0E3F2; }
span { border-color: rgb(240,227,242); }
td.TdClassName
{
border-color: #F0E3F2;
}
.TagClassName
{
border-color: #F0E3F2;
}
</style>