Shades of Selago #F0DEF1
Tints of Selago #F0DEF1
RGB
CMYK
RGB Variations
Color information
#F0DEF1 (or 0xF0DEF1) is known color: Selago. HEX triplet: F0, DE and F1. RGB value is (240,222,241). Sum of RGB (Red+Green+Blue) = 240+222+241=703 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.14% from 703); Green value is 222 (87.11% from 255 or 31.58% from 703); Blue value is 241 (94.53% from 255 or 34.28% from 703); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0DEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DEF1 is #0F210E. Grayscale: #E5E5E5. Windows color (decimal): -991503 or 15851248. OLE color: 15851248.
HSL color Cylindrical-coordinate representation of color #F0DEF1: hue angle of 296.84º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0DEF1 is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 222 | 241 | - |
| CMYK | 0.00 | 0.08 | 0 | 0.05 |
| HSL | 296.84º | 0.4% | 0.91% | - |
| HSV(B) | 296.84º | 0.08% | 0.95% | - |
| XYZ | 77.93 | 77.12 | 94 | - |
| YUV | 229.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 241 | 0.00 | 0.08 | 0 | 0.05 | 296.84 | 0.4 | 0.91 |
| Hex | F0 | DE | F1 | 0 | 8 | 0 | 5 | 129 | 28 | 5B |
| Octal | 360 | 336 | 361 | 0 | 10 | 0 | 5 | 451 | 50 | 133 |
| Binary | 11110000 | 11011110 | 11110001 | 0 | 1000 | 0 | 101 | 100101001 | 101000 | 1011011 |
Color Harmonies of #F0DEF1
Complementary color
Monochromatic Colors of #F0DEF1
Black with #F0DEF1
Text Example
Text Example
White with #F0DEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DEF1; }
p { color: rgb(240,222,241); }
H1.HeaderClassName
{
color: #F0DEF1;
}
.AnyTagClassName
{
color: #F0DEF1;
}
</style>
background-color css
<style>
a { background-color: #F0DEF1; }
a { background-color: rgb(240,222,241); }
div.DivClassName
{
background-color: #F0DEF1;
}
.BgClassName
{
background-color: #F0DEF1;
}
</style>
border-color css
<style>
span { border-color: #F0DEF1; }
span { border-color: rgb(240,222,241); }
td.TdClassName
{
border-color: #F0DEF1;
}
.TagClassName
{
border-color: #F0DEF1;
}
</style>