Shades of Selago #F0E0F3
Tints of Selago #F0E0F3
RGB
CMYK
RGB Variations
Color information
#F0E0F3 (or 0xF0E0F3) is known color: Selago. HEX triplet: F0, E0 and F3. RGB value is (240,224,243). Sum of RGB (Red+Green+Blue) = 240+224+243=707 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.95% from 707); Green value is 224 (87.89% from 255 or 31.68% from 707); Blue value is 243 (95.31% from 255 or 34.37% from 707); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0E0F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E0F3 is #0F1F0C. Grayscale: #E6E6E6. Windows color (decimal): -990989 or 15982832. OLE color: 15982832.
HSL color Cylindrical-coordinate representation of color #F0E0F3: hue angle of 290.53º degrees, saturation: 0.44, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0E0F3 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 224 | 243 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.05 |
| HSL | 290.53º | 0.44% | 0.92% | - |
| HSV(B) | 290.53º | 0.08% | 0.95% | - |
| XYZ | 78.77 | 78.31 | 95.76 | - |
| YUV | 230.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 243 | 0.01 | 0.08 | 0 | 0.05 | 290.53 | 0.44 | 0.92 |
| Hex | F0 | E0 | F3 | 1 | 8 | 0 | 5 | 123 | 2C | 5C |
| Octal | 360 | 340 | 363 | 1 | 10 | 0 | 5 | 443 | 54 | 134 |
| Binary | 11110000 | 11100000 | 11110011 | 1 | 1000 | 0 | 101 | 100100011 | 101100 | 1011100 |
Color Harmonies of #F0E0F3
Complementary color
Monochromatic Colors of #F0E0F3
Black with #F0E0F3
Text Example
Text Example
White with #F0E0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E0F3; }
p { color: rgb(240,224,243); }
H1.HeaderClassName
{
color: #F0E0F3;
}
.AnyTagClassName
{
color: #F0E0F3;
}
</style>
background-color css
<style>
a { background-color: #F0E0F3; }
a { background-color: rgb(240,224,243); }
div.DivClassName
{
background-color: #F0E0F3;
}
.BgClassName
{
background-color: #F0E0F3;
}
</style>
border-color css
<style>
span { border-color: #F0E0F3; }
span { border-color: rgb(240,224,243); }
td.TdClassName
{
border-color: #F0E0F3;
}
.TagClassName
{
border-color: #F0E0F3;
}
</style>