Shades of Selago #F0E7F2
Tints of Selago #F0E7F2
RGB
CMYK
RGB Variations
Color information
#F0E7F2 (or 0xF0E7F2) is known color: Selago. HEX triplet: F0, E7 and F2. RGB value is (240,231,242). Sum of RGB (Red+Green+Blue) = 240+231+242=713 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.66% from 713); Green value is 231 (90.62% from 255 or 32.40% from 713); Blue value is 242 (94.92% from 255 or 33.94% from 713); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0E7F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E7F2 is #0F180D. Grayscale: #EAEAEA. Windows color (decimal): -989198 or 15919088. OLE color: 15919088.
HSL color Cylindrical-coordinate representation of color #F0E7F2: hue angle of 289.09º degrees, saturation: 0.3, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F0E7F2 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 231 | 242 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.05 |
| HSL | 289.09º | 0.3% | 0.93% | - |
| HSV(B) | 289.09º | 0.05% | 0.95% | - |
| XYZ | 80.54 | 82.09 | 95.6 | - |
| YUV | 234.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 231 | 242 | 0.01 | 0.05 | 0 | 0.05 | 289.09 | 0.3 | 0.93 |
| Hex | F0 | E7 | F2 | 1 | 5 | 0 | 5 | 121 | 1E | 5D |
| Octal | 360 | 347 | 362 | 1 | 5 | 0 | 5 | 441 | 36 | 135 |
| Binary | 11110000 | 11100111 | 11110010 | 1 | 101 | 0 | 101 | 100100001 | 11110 | 1011101 |
Color Harmonies of #F0E7F2
Complementary color
Monochromatic Colors of #F0E7F2
Black with #F0E7F2
Text Example
Text Example
White with #F0E7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E7F2; }
p { color: rgb(240,231,242); }
H1.HeaderClassName
{
color: #F0E7F2;
}
.AnyTagClassName
{
color: #F0E7F2;
}
</style>
background-color css
<style>
a { background-color: #F0E7F2; }
a { background-color: rgb(240,231,242); }
div.DivClassName
{
background-color: #F0E7F2;
}
.BgClassName
{
background-color: #F0E7F2;
}
</style>
border-color css
<style>
span { border-color: #F0E7F2; }
span { border-color: rgb(240,231,242); }
td.TdClassName
{
border-color: #F0E7F2;
}
.TagClassName
{
border-color: #F0E7F2;
}
</style>