Shades of Selago #F0DEF3
Tints of Selago #F0DEF3
RGB
CMYK
RGB Variations
Color information
#F0DEF3 (or 0xF0DEF3) is known color: Selago. HEX triplet: F0, DE and F3. RGB value is (240,222,243). Sum of RGB (Red+Green+Blue) = 240+222+243=705 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.04% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 243 (95.31% from 255 or 34.47% from 705); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0DEF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DEF3 is #0F210C. Grayscale: #E5E5E5. Windows color (decimal): -991501 or 15982320. OLE color: 15982320.
HSL color Cylindrical-coordinate representation of color #F0DEF3: hue angle of 291.43º degrees, saturation: 0.47, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0DEF3 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 222 | 243 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.05 |
| HSL | 291.43º | 0.47% | 0.91% | - |
| HSV(B) | 291.43º | 0.09% | 0.95% | - |
| XYZ | 78.23 | 77.24 | 95.58 | - |
| YUV | 229.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 243 | 0.01 | 0.09 | 0 | 0.05 | 291.43 | 0.47 | 0.91 |
| Hex | F0 | DE | F3 | 1 | 9 | 0 | 5 | 123 | 2F | 5B |
| Octal | 360 | 336 | 363 | 1 | 11 | 0 | 5 | 443 | 57 | 133 |
| Binary | 11110000 | 11011110 | 11110011 | 1 | 1001 | 0 | 101 | 100100011 | 101111 | 1011011 |
Color Harmonies of #F0DEF3
Complementary color
Monochromatic Colors of #F0DEF3
Black with #F0DEF3
Text Example
Text Example
White with #F0DEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DEF3; }
p { color: rgb(240,222,243); }
H1.HeaderClassName
{
color: #F0DEF3;
}
.AnyTagClassName
{
color: #F0DEF3;
}
</style>
background-color css
<style>
a { background-color: #F0DEF3; }
a { background-color: rgb(240,222,243); }
div.DivClassName
{
background-color: #F0DEF3;
}
.BgClassName
{
background-color: #F0DEF3;
}
</style>
border-color css
<style>
span { border-color: #F0DEF3; }
span { border-color: rgb(240,222,243); }
td.TdClassName
{
border-color: #F0DEF3;
}
.TagClassName
{
border-color: #F0DEF3;
}
</style>