Shades of Selago #F4D6F7
Tints of Selago #F4D6F7
RGB
CMYK
RGB Variations
Color information
#F4D6F7 (or 0xF4D6F7) is known color: Selago. HEX triplet: F4, D6 and F7. RGB value is (244,214,247). Sum of RGB (Red+Green+Blue) = 244+214+247=705 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.61% from 705); Green value is 214 (83.98% from 255 or 30.35% from 705); Blue value is 247 (96.88% from 255 or 35.04% from 705); Max value from RGB is 247 - color contains mainly: blue. Hex color #F4D6F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4D6F7 is #0B2908. Grayscale: #E2E2E2. Windows color (decimal): -731401 or 16242420. OLE color: 16242420.
HSL color Cylindrical-coordinate representation of color #F4D6F7: hue angle of 294.55º degrees, saturation: 0.67, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F4D6F7 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 244 | 214 | 247 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.03 |
| HSL | 294.55º | 0.67% | 0.9% | - |
| HSV(B) | 294.55º | 0.13% | 0.97% | - |
| XYZ | 78.14 | 74.04 | 98.17 | - |
| YUV | 226.73 | 139.44 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 214 | 247 | 0.01 | 0.13 | 0 | 0.03 | 294.55 | 0.67 | 0.9 |
| Hex | F4 | D6 | F7 | 1 | D | 0 | 3 | 127 | 43 | 5A |
| Octal | 364 | 326 | 367 | 1 | 15 | 0 | 3 | 447 | 103 | 132 |
| Binary | 11110100 | 11010110 | 11110111 | 1 | 1101 | 0 | 11 | 100100111 | 1000011 | 1011010 |
Color Harmonies of #F4D6F7
Complementary color
Monochromatic Colors of #F4D6F7
Black with #F4D6F7
Text Example
Text Example
White with #F4D6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D6F7; }
p { color: rgb(244,214,247); }
H1.HeaderClassName
{
color: #F4D6F7;
}
.AnyTagClassName
{
color: #F4D6F7;
}
</style>
background-color css
<style>
a { background-color: #F4D6F7; }
a { background-color: rgb(244,214,247); }
div.DivClassName
{
background-color: #F4D6F7;
}
.BgClassName
{
background-color: #F4D6F7;
}
</style>
border-color css
<style>
span { border-color: #F4D6F7; }
span { border-color: rgb(244,214,247); }
td.TdClassName
{
border-color: #F4D6F7;
}
.TagClassName
{
border-color: #F4D6F7;
}
</style>