Shades of Selago #F0DBF1
Tints of Selago #F0DBF1
RGB
CMYK
RGB Variations
Color information
#F0DBF1 (or 0xF0DBF1) is known color: Selago. HEX triplet: F0, DB and F1. RGB value is (240,219,241). Sum of RGB (Red+Green+Blue) = 240+219+241=700 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.29% from 700); Green value is 219 (85.94% from 255 or 31.29% from 700); Blue value is 241 (94.53% from 255 or 34.43% from 700); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0DBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DBF1 is #0F240E. Grayscale: #E3E3E3. Windows color (decimal): -992271 or 15850480. OLE color: 15850480.
HSL color Cylindrical-coordinate representation of color #F0DBF1: hue angle of 297.27º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0DBF1 is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 219 | 241 | - |
| CMYK | 0.00 | 0.09 | 0 | 0.05 |
| HSL | 297.27º | 0.44% | 0.9% | - |
| HSV(B) | 297.27º | 0.09% | 0.95% | - |
| XYZ | 77.14 | 75.54 | 93.73 | - |
| YUV | 227.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 241 | 0.00 | 0.09 | 0 | 0.05 | 297.27 | 0.44 | 0.9 |
| Hex | F0 | DB | F1 | 0 | 9 | 0 | 5 | 129 | 2C | 5A |
| Octal | 360 | 333 | 361 | 0 | 11 | 0 | 5 | 451 | 54 | 132 |
| Binary | 11110000 | 11011011 | 11110001 | 0 | 1001 | 0 | 101 | 100101001 | 101100 | 1011010 |
Color Harmonies of #F0DBF1
Complementary color
Monochromatic Colors of #F0DBF1
Black with #F0DBF1
Text Example
Text Example
White with #F0DBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBF1; }
p { color: rgb(240,219,241); }
H1.HeaderClassName
{
color: #F0DBF1;
}
.AnyTagClassName
{
color: #F0DBF1;
}
</style>
background-color css
<style>
a { background-color: #F0DBF1; }
a { background-color: rgb(240,219,241); }
div.DivClassName
{
background-color: #F0DBF1;
}
.BgClassName
{
background-color: #F0DBF1;
}
</style>
border-color css
<style>
span { border-color: #F0DBF1; }
span { border-color: rgb(240,219,241); }
td.TdClassName
{
border-color: #F0DBF1;
}
.TagClassName
{
border-color: #F0DBF1;
}
</style>