Shades of Selago #F0D9F1
Tints of Selago #F0D9F1
RGB
CMYK
RGB Variations
Color information
#F0D9F1 (or 0xF0D9F1) is known color: Selago. HEX triplet: F0, D9 and F1. RGB value is (240,217,241). Sum of RGB (Red+Green+Blue) = 240+217+241=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 217 (85.16% from 255 or 31.09% from 698); Blue value is 241 (94.53% from 255 or 34.53% from 698); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0D9F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D9F1 is #0F260E. Grayscale: #E2E2E2. Windows color (decimal): -992783 or 15849968. OLE color: 15849968.
HSL color Cylindrical-coordinate representation of color #F0D9F1: hue angle of 297.5º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0D9F1 is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 217 | 241 | - |
| CMYK | 0.00 | 0.10 | 0 | 0.05 |
| HSL | 297.5º | 0.46% | 0.9% | - |
| HSV(B) | 297.5º | 0.1% | 0.95% | - |
| XYZ | 76.63 | 74.5 | 93.56 | - |
| YUV | 226.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 217 | 241 | 0.00 | 0.10 | 0 | 0.05 | 297.5 | 0.46 | 0.9 |
| Hex | F0 | D9 | F1 | 0 | A | 0 | 5 | 12A | 2E | 5A |
| Octal | 360 | 331 | 361 | 0 | 12 | 0 | 5 | 452 | 56 | 132 |
| Binary | 11110000 | 11011001 | 11110001 | 0 | 1010 | 0 | 101 | 100101010 | 101110 | 1011010 |
Color Harmonies of #F0D9F1
Complementary color
Monochromatic Colors of #F0D9F1
Black with #F0D9F1
Text Example
Text Example
White with #F0D9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D9F1; }
p { color: rgb(240,217,241); }
H1.HeaderClassName
{
color: #F0D9F1;
}
.AnyTagClassName
{
color: #F0D9F1;
}
</style>
background-color css
<style>
a { background-color: #F0D9F1; }
a { background-color: rgb(240,217,241); }
div.DivClassName
{
background-color: #F0D9F1;
}
.BgClassName
{
background-color: #F0D9F1;
}
</style>
border-color css
<style>
span { border-color: #F0D9F1; }
span { border-color: rgb(240,217,241); }
td.TdClassName
{
border-color: #F0D9F1;
}
.TagClassName
{
border-color: #F0D9F1;
}
</style>