Shades of Selago #F7D6FE
Tints of Selago #F7D6FE
RGB
CMYK
RGB Variations
Color information
#F7D6FE (or 0xF7D6FE) is known color: Selago. HEX triplet: F7, D6 and FE. RGB value is (247,214,254). Sum of RGB (Red+Green+Blue) = 247+214+254=715 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.55% from 715); Green value is 214 (83.98% from 255 or 29.93% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7D6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D6FE is #082901. Grayscale: #E4E4E4. Windows color (decimal): -534786 or 16701175. OLE color: 16701175.
HSL color Cylindrical-coordinate representation of color #F7D6FE: hue angle of 289.5º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F7D6FE is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 214 | 254 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.00 |
| HSL | 289.5º | 0.95% | 0.92% | - |
| HSV(B) | 289.5º | 0.16% | 1% | - |
| XYZ | 80.29 | 75.02 | 104.01 | - |
| YUV | 228.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 214 | 254 | 0.03 | 0.16 | 0 | 0.00 | 289.5 | 0.95 | 0.92 |
| Hex | F7 | D6 | FE | 3 | 10 | 0 | 0 | 122 | 5F | 5C |
| Octal | 367 | 326 | 376 | 3 | 20 | 0 | 0 | 442 | 137 | 134 |
| Binary | 11110111 | 11010110 | 11111110 | 11 | 10000 | 0 | 0 | 100100010 | 1011111 | 1011100 |
Color Harmonies of #F7D6FE
Complementary color
Monochromatic Colors of #F7D6FE
Black with #F7D6FE
Text Example
Text Example
White with #F7D6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D6FE; }
p { color: rgb(247,214,254); }
H1.HeaderClassName
{
color: #F7D6FE;
}
.AnyTagClassName
{
color: #F7D6FE;
}
</style>
background-color css
<style>
a { background-color: #F7D6FE; }
a { background-color: rgb(247,214,254); }
div.DivClassName
{
background-color: #F7D6FE;
}
.BgClassName
{
background-color: #F7D6FE;
}
</style>
border-color css
<style>
span { border-color: #F7D6FE; }
span { border-color: rgb(247,214,254); }
td.TdClassName
{
border-color: #F7D6FE;
}
.TagClassName
{
border-color: #F7D6FE;
}
</style>