Shades of Selago #F0DCF1
Tints of Selago #F0DCF1
RGB
CMYK
RGB Variations
Color information
#F0DCF1 (or 0xF0DCF1) is known color: Selago. HEX triplet: F0, DC and F1. RGB value is (240,220,241). Sum of RGB (Red+Green+Blue) = 240+220+241=701 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.24% from 701); Green value is 220 (86.33% from 255 or 31.38% from 701); Blue value is 241 (94.53% from 255 or 34.38% from 701); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0DCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DCF1 is #0F230E. Grayscale: #E4E4E4. Windows color (decimal): -992015 or 15850736. OLE color: 15850736.
HSL color Cylindrical-coordinate representation of color #F0DCF1: hue angle of 297.14º degrees, saturation: 0.43, 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 #F0DCF1 is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 220 | 241 | - |
| CMYK | 0.00 | 0.09 | 0 | 0.05 |
| HSL | 297.14º | 0.43% | 0.9% | - |
| HSV(B) | 297.14º | 0.09% | 0.95% | - |
| XYZ | 77.41 | 76.06 | 93.82 | - |
| YUV | 228.37 | 135.13 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 241 | 0.00 | 0.09 | 0 | 0.05 | 297.14 | 0.43 | 0.9 |
| Hex | F0 | DC | F1 | 0 | 9 | 0 | 5 | 129 | 2B | 5A |
| Octal | 360 | 334 | 361 | 0 | 11 | 0 | 5 | 451 | 53 | 132 |
| Binary | 11110000 | 11011100 | 11110001 | 0 | 1001 | 0 | 101 | 100101001 | 101011 | 1011010 |
Color Harmonies of #F0DCF1
Complementary color
Monochromatic Colors of #F0DCF1
Black with #F0DCF1
Text Example
Text Example
White with #F0DCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DCF1; }
p { color: rgb(240,220,241); }
H1.HeaderClassName
{
color: #F0DCF1;
}
.AnyTagClassName
{
color: #F0DCF1;
}
</style>
background-color css
<style>
a { background-color: #F0DCF1; }
a { background-color: rgb(240,220,241); }
div.DivClassName
{
background-color: #F0DCF1;
}
.BgClassName
{
background-color: #F0DCF1;
}
</style>
border-color css
<style>
span { border-color: #F0DCF1; }
span { border-color: rgb(240,220,241); }
td.TdClassName
{
border-color: #F0DCF1;
}
.TagClassName
{
border-color: #F0DCF1;
}
</style>