Shades of Selago #F0DCF6
Tints of Selago #F0DCF6
RGB
CMYK
RGB Variations
Color information
#F0DCF6 (or 0xF0DCF6) is known color: Selago. HEX triplet: F0, DC and F6. RGB value is (240,220,246). Sum of RGB (Red+Green+Blue) = 240+220+246=706 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.99% from 706); Green value is 220 (86.33% from 255 or 31.16% from 706); Blue value is 246 (96.48% from 255 or 34.84% from 706); Max value from RGB is 246 - color contains mainly: blue. Hex color #F0DCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DCF6 is #0F2309. Grayscale: #E4E4E4. Windows color (decimal): -992010 or 16178416. OLE color: 16178416.
HSL color Cylindrical-coordinate representation of color #F0DCF6: hue angle of 286.15º degrees, saturation: 0.59, 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 #F0DCF6 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 220 | 246 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.04 |
| HSL | 286.15º | 0.59% | 0.91% | - |
| HSV(B) | 286.15º | 0.11% | 0.96% | - |
| XYZ | 78.16 | 76.37 | 97.81 | - |
| YUV | 228.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 246 | 0.02 | 0.11 | 0 | 0.04 | 286.15 | 0.59 | 0.91 |
| Hex | F0 | DC | F6 | 2 | B | 0 | 4 | 11E | 3B | 5B |
| Octal | 360 | 334 | 366 | 2 | 13 | 0 | 4 | 436 | 73 | 133 |
| Binary | 11110000 | 11011100 | 11110110 | 10 | 1011 | 0 | 100 | 100011110 | 111011 | 1011011 |
Color Harmonies of #F0DCF6
Complementary color
Monochromatic Colors of #F0DCF6
Black with #F0DCF6
Text Example
Text Example
White with #F0DCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DCF6; }
p { color: rgb(240,220,246); }
H1.HeaderClassName
{
color: #F0DCF6;
}
.AnyTagClassName
{
color: #F0DCF6;
}
</style>
background-color css
<style>
a { background-color: #F0DCF6; }
a { background-color: rgb(240,220,246); }
div.DivClassName
{
background-color: #F0DCF6;
}
.BgClassName
{
background-color: #F0DCF6;
}
</style>
border-color css
<style>
span { border-color: #F0DCF6; }
span { border-color: rgb(240,220,246); }
td.TdClassName
{
border-color: #F0DCF6;
}
.TagClassName
{
border-color: #F0DCF6;
}
</style>