Shades of Selago #F7D6FF
Tints of Selago #F7D6FF
RGB
CMYK
RGB Variations
Color information
#F7D6FF (or 0xF7D6FF) is known color: Selago. HEX triplet: F7, D6 and FF. RGB value is (247,214,255). Sum of RGB (Red+Green+Blue) = 247+214+255=716 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.50% from 716); Green value is 214 (83.98% from 255 or 29.89% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7D6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D6FF is #082900. Grayscale: #E4E4E4. Windows color (decimal): -534785 or 16766711. OLE color: 16766711.
HSL color Cylindrical-coordinate representation of color #F7D6FF: hue angle of 288.29º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F7D6FF is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 214 | 255 | - |
| CMYK | 0.03 | 0.16 | 0 | 0 |
| HSL | 288.29º | 1% | 0.92% | - |
| HSV(B) | 288.29º | 0.16% | 1% | - |
| XYZ | 80.45 | 75.09 | 104.86 | - |
| YUV | 228.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 214 | 255 | 0.03 | 0.16 | 0 | 0 | 288.29 | 1 | 0.92 |
| Hex | F7 | D6 | FF | 3 | 10 | 0 | 0 | 120 | 64 | 5C |
| Octal | 367 | 326 | 377 | 3 | 20 | 0 | 0 | 440 | 144 | 134 |
| Binary | 11110111 | 11010110 | 11111111 | 11 | 10000 | 0 | 0 | 100100000 | 1100100 | 1011100 |
Color Harmonies of #F7D6FF
Complementary color
Monochromatic Colors of #F7D6FF
Black with #F7D6FF
Text Example
Text Example
White with #F7D6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D6FF; }
p { color: rgb(247,214,255); }
H1.HeaderClassName
{
color: #F7D6FF;
}
.AnyTagClassName
{
color: #F7D6FF;
}
</style>
background-color css
<style>
a { background-color: #F7D6FF; }
a { background-color: rgb(247,214,255); }
div.DivClassName
{
background-color: #F7D6FF;
}
.BgClassName
{
background-color: #F7D6FF;
}
</style>
border-color css
<style>
span { border-color: #F7D6FF; }
span { border-color: rgb(247,214,255); }
td.TdClassName
{
border-color: #F7D6FF;
}
.TagClassName
{
border-color: #F7D6FF;
}
</style>