Shades of Selago #F0E2F3
Tints of Selago #F0E2F3
RGB
CMYK
RGB Variations
Color information
#F0E2F3 (or 0xF0E2F3) is known color: Selago. HEX triplet: F0, E2 and F3. RGB value is (240,226,243). Sum of RGB (Red+Green+Blue) = 240+226+243=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 226 (88.67% from 255 or 31.88% from 709); Blue value is 243 (95.31% from 255 or 34.27% from 709); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0E2F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E2F3 is #0F1D0C. Grayscale: #E8E8E8. Windows color (decimal): -990477 or 15983344. OLE color: 15983344.
HSL color Cylindrical-coordinate representation of color #F0E2F3: hue angle of 289.41º degrees, saturation: 0.41, 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 #F0E2F3 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 226 | 243 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.05 |
| HSL | 289.41º | 0.41% | 0.92% | - |
| HSV(B) | 289.41º | 0.07% | 0.95% | - |
| XYZ | 79.31 | 79.39 | 95.94 | - |
| YUV | 232.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 226 | 243 | 0.01 | 0.07 | 0 | 0.05 | 289.41 | 0.41 | 0.92 |
| Hex | F0 | E2 | F3 | 1 | 7 | 0 | 5 | 121 | 29 | 5C |
| Octal | 360 | 342 | 363 | 1 | 7 | 0 | 5 | 441 | 51 | 134 |
| Binary | 11110000 | 11100010 | 11110011 | 1 | 111 | 0 | 101 | 100100001 | 101001 | 1011100 |
Color Harmonies of #F0E2F3
Complementary color
Monochromatic Colors of #F0E2F3
Black with #F0E2F3
Text Example
Text Example
White with #F0E2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E2F3; }
p { color: rgb(240,226,243); }
H1.HeaderClassName
{
color: #F0E2F3;
}
.AnyTagClassName
{
color: #F0E2F3;
}
</style>
background-color css
<style>
a { background-color: #F0E2F3; }
a { background-color: rgb(240,226,243); }
div.DivClassName
{
background-color: #F0E2F3;
}
.BgClassName
{
background-color: #F0E2F3;
}
</style>
border-color css
<style>
span { border-color: #F0E2F3; }
span { border-color: rgb(240,226,243); }
td.TdClassName
{
border-color: #F0E2F3;
}
.TagClassName
{
border-color: #F0E2F3;
}
</style>