Shades of Selago #F0E1F3
Tints of Selago #F0E1F3
RGB
CMYK
RGB Variations
Color information
#F0E1F3 (or 0xF0E1F3) is known color: Selago. HEX triplet: F0, E1 and F3. RGB value is (240,225,243). Sum of RGB (Red+Green+Blue) = 240+225+243=708 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.90% from 708); Green value is 225 (88.28% from 255 or 31.78% from 708); Blue value is 243 (95.31% from 255 or 34.32% from 708); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0E1F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E1F3 is #0F1E0C. Grayscale: #E7E7E7. Windows color (decimal): -990733 or 15983088. OLE color: 15983088.
HSL color Cylindrical-coordinate representation of color #F0E1F3: hue angle of 290º degrees, saturation: 0.43, 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 #F0E1F3 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 225 | 243 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.05 |
| HSL | 290º | 0.43% | 0.92% | - |
| HSV(B) | 290º | 0.07% | 0.95% | - |
| XYZ | 79.04 | 78.85 | 95.85 | - |
| YUV | 231.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 243 | 0.01 | 0.07 | 0 | 0.05 | 290 | 0.43 | 0.92 |
| Hex | F0 | E1 | F3 | 1 | 7 | 0 | 5 | 122 | 2B | 5C |
| Octal | 360 | 341 | 363 | 1 | 7 | 0 | 5 | 442 | 53 | 134 |
| Binary | 11110000 | 11100001 | 11110011 | 1 | 111 | 0 | 101 | 100100010 | 101011 | 1011100 |
Color Harmonies of #F0E1F3
Complementary color
Monochromatic Colors of #F0E1F3
Black with #F0E1F3
Text Example
Text Example
White with #F0E1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E1F3; }
p { color: rgb(240,225,243); }
H1.HeaderClassName
{
color: #F0E1F3;
}
.AnyTagClassName
{
color: #F0E1F3;
}
</style>
background-color css
<style>
a { background-color: #F0E1F3; }
a { background-color: rgb(240,225,243); }
div.DivClassName
{
background-color: #F0E1F3;
}
.BgClassName
{
background-color: #F0E1F3;
}
</style>
border-color css
<style>
span { border-color: #F0E1F3; }
span { border-color: rgb(240,225,243); }
td.TdClassName
{
border-color: #F0E1F3;
}
.TagClassName
{
border-color: #F0E1F3;
}
</style>