Shades of Selago #F0D6F5
Tints of Selago #F0D6F5
RGB
CMYK
RGB Variations
Color information
#F0D6F5 (or 0xF0D6F5) is known color: Selago. HEX triplet: F0, D6 and F5. RGB value is (240,214,245). Sum of RGB (Red+Green+Blue) = 240+214+245=699 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.33% from 699); Green value is 214 (83.98% from 255 or 30.62% from 699); Blue value is 245 (96.09% from 255 or 35.05% from 699); Max value from RGB is 245 - color contains mainly: blue. Hex color #F0D6F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D6F5 is #0F290A. Grayscale: #E1E1E1. Windows color (decimal): -993547 or 16111344. OLE color: 16111344.
HSL color Cylindrical-coordinate representation of color #F0D6F5: hue angle of 290.32º degrees, saturation: 0.61, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0D6F5 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 214 | 245 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.04 |
| HSL | 290.32º | 0.61% | 0.9% | - |
| HSV(B) | 290.32º | 0.13% | 0.96% | - |
| XYZ | 76.46 | 73.21 | 96.49 | - |
| YUV | 225.31 | 139.11 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 245 | 0.02 | 0.13 | 0 | 0.04 | 290.32 | 0.61 | 0.9 |
| Hex | F0 | D6 | F5 | 2 | D | 0 | 4 | 122 | 3D | 5A |
| Octal | 360 | 326 | 365 | 2 | 15 | 0 | 4 | 442 | 75 | 132 |
| Binary | 11110000 | 11010110 | 11110101 | 10 | 1101 | 0 | 100 | 100100010 | 111101 | 1011010 |
Color Harmonies of #F0D6F5
Complementary color
Monochromatic Colors of #F0D6F5
Black with #F0D6F5
Text Example
Text Example
White with #F0D6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D6F5; }
p { color: rgb(240,214,245); }
H1.HeaderClassName
{
color: #F0D6F5;
}
.AnyTagClassName
{
color: #F0D6F5;
}
</style>
background-color css
<style>
a { background-color: #F0D6F5; }
a { background-color: rgb(240,214,245); }
div.DivClassName
{
background-color: #F0D6F5;
}
.BgClassName
{
background-color: #F0D6F5;
}
</style>
border-color css
<style>
span { border-color: #F0D6F5; }
span { border-color: rgb(240,214,245); }
td.TdClassName
{
border-color: #F0D6F5;
}
.TagClassName
{
border-color: #F0D6F5;
}
</style>