Shades of Selago #F7DFF6
Tints of Selago #F7DFF6
RGB
CMYK
RGB Variations
Color information
#F7DFF6 (or 0xF7DFF6) is known color: Selago. HEX triplet: F7, DF and F6. RGB value is (247,223,246). Sum of RGB (Red+Green+Blue) = 247+223+246=716 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.50% from 716); Green value is 223 (87.5% from 255 or 31.15% from 716); Blue value is 246 (96.48% from 255 or 34.36% from 716); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DFF6 is #082009. Grayscale: #E8E8E8. Windows color (decimal): -532490 or 16179191. OLE color: 16179191.
HSL color Cylindrical-coordinate representation of color #F7DFF6: hue angle of 302.5º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F7DFF6 is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 223 | 246 | - |
| CMYK | 0 | 0.10 | 0.00 | 0.03 |
| HSL | 302.5º | 0.6% | 0.92% | - |
| HSV(B) | 302.5º | 0.1% | 0.97% | - |
| XYZ | 81.38 | 79.2 | 98.19 | - |
| YUV | 232.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 223 | 246 | 0 | 0.10 | 0.00 | 0.03 | 302.5 | 0.6 | 0.92 |
| Hex | F7 | DF | F6 | 0 | A | 0 | 3 | 12E | 3C | 5C |
| Octal | 367 | 337 | 366 | 0 | 12 | 0 | 3 | 456 | 74 | 134 |
| Binary | 11110111 | 11011111 | 11110110 | 0 | 1010 | 0 | 11 | 100101110 | 111100 | 1011100 |
Color Harmonies of #F7DFF6
Complementary color
Monochromatic Colors of #F7DFF6
Black with #F7DFF6
Text Example
Text Example
White with #F7DFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DFF6; }
p { color: rgb(247,223,246); }
H1.HeaderClassName
{
color: #F7DFF6;
}
.AnyTagClassName
{
color: #F7DFF6;
}
</style>
background-color css
<style>
a { background-color: #F7DFF6; }
a { background-color: rgb(247,223,246); }
div.DivClassName
{
background-color: #F7DFF6;
}
.BgClassName
{
background-color: #F7DFF6;
}
</style>
border-color css
<style>
span { border-color: #F7DFF6; }
span { border-color: rgb(247,223,246); }
td.TdClassName
{
border-color: #F7DFF6;
}
.TagClassName
{
border-color: #F7DFF6;
}
</style>