Shades of Selago #F0DBF5
Tints of Selago #F0DBF5
RGB
CMYK
RGB Variations
Color information
#F0DBF5 (or 0xF0DBF5) is known color: Selago. HEX triplet: F0, DB and F5. RGB value is (240,219,245). Sum of RGB (Red+Green+Blue) = 240+219+245=704 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.09% from 704); Green value is 219 (85.94% from 255 or 31.11% from 704); Blue value is 245 (96.09% from 255 or 34.80% from 704); Max value from RGB is 245 - color contains mainly: blue. Hex color #F0DBF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DBF5 is #0F240A. Grayscale: #E4E4E4. Windows color (decimal): -992267 or 16112624. OLE color: 16112624.
HSL color Cylindrical-coordinate representation of color #F0DBF5: hue angle of 288.46º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0DBF5 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 219 | 245 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.04 |
| HSL | 288.46º | 0.57% | 0.91% | - |
| HSV(B) | 288.46º | 0.11% | 0.96% | - |
| XYZ | 77.75 | 75.78 | 96.92 | - |
| YUV | 228.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 245 | 0.02 | 0.11 | 0 | 0.04 | 288.46 | 0.57 | 0.91 |
| Hex | F0 | DB | F5 | 2 | B | 0 | 4 | 120 | 39 | 5B |
| Octal | 360 | 333 | 365 | 2 | 13 | 0 | 4 | 440 | 71 | 133 |
| Binary | 11110000 | 11011011 | 11110101 | 10 | 1011 | 0 | 100 | 100100000 | 111001 | 1011011 |
Color Harmonies of #F0DBF5
Complementary color
Monochromatic Colors of #F0DBF5
Black with #F0DBF5
Text Example
Text Example
White with #F0DBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBF5; }
p { color: rgb(240,219,245); }
H1.HeaderClassName
{
color: #F0DBF5;
}
.AnyTagClassName
{
color: #F0DBF5;
}
</style>
background-color css
<style>
a { background-color: #F0DBF5; }
a { background-color: rgb(240,219,245); }
div.DivClassName
{
background-color: #F0DBF5;
}
.BgClassName
{
background-color: #F0DBF5;
}
</style>
border-color css
<style>
span { border-color: #F0DBF5; }
span { border-color: rgb(240,219,245); }
td.TdClassName
{
border-color: #F0DBF5;
}
.TagClassName
{
border-color: #F0DBF5;
}
</style>