Shades of Selago #F0D6F4
Tints of Selago #F0D6F4
RGB
CMYK
RGB Variations
Color information
#F0D6F4 (or 0xF0D6F4) is known color: Selago. HEX triplet: F0, D6 and F4. RGB value is (240,214,244). Sum of RGB (Red+Green+Blue) = 240+214+244=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 214 (83.98% from 255 or 30.66% from 698); Blue value is 244 (95.70% from 255 or 34.96% from 698); Max value from RGB is 244 - color contains mainly: blue. Hex color #F0D6F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D6F4 is #0F290B. Grayscale: #E1E1E1. Windows color (decimal): -993548 or 16045808. OLE color: 16045808.
HSL color Cylindrical-coordinate representation of color #F0D6F4: hue angle of 292º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0D6F4 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 214 | 244 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.04 |
| HSL | 292º | 0.58% | 0.9% | - |
| HSV(B) | 292º | 0.12% | 0.96% | - |
| XYZ | 76.31 | 73.15 | 95.69 | - |
| YUV | 225.19 | 138.61 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 244 | 0.02 | 0.12 | 0 | 0.04 | 292 | 0.58 | 0.9 |
| Hex | F0 | D6 | F4 | 2 | C | 0 | 4 | 124 | 3A | 5A |
| Octal | 360 | 326 | 364 | 2 | 14 | 0 | 4 | 444 | 72 | 132 |
| Binary | 11110000 | 11010110 | 11110100 | 10 | 1100 | 0 | 100 | 100100100 | 111010 | 1011010 |
Color Harmonies of #F0D6F4
Complementary color
Monochromatic Colors of #F0D6F4
Black with #F0D6F4
Text Example
Text Example
White with #F0D6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D6F4; }
p { color: rgb(240,214,244); }
H1.HeaderClassName
{
color: #F0D6F4;
}
.AnyTagClassName
{
color: #F0D6F4;
}
</style>
background-color css
<style>
a { background-color: #F0D6F4; }
a { background-color: rgb(240,214,244); }
div.DivClassName
{
background-color: #F0D6F4;
}
.BgClassName
{
background-color: #F0D6F4;
}
</style>
border-color css
<style>
span { border-color: #F0D6F4; }
span { border-color: rgb(240,214,244); }
td.TdClassName
{
border-color: #F0D6F4;
}
.TagClassName
{
border-color: #F0D6F4;
}
</style>