Shades of Selago #F7D8F9
Tints of Selago #F7D8F9
RGB
CMYK
RGB Variations
Color information
#F7D8F9 (or 0xF7D8F9) is known color: Selago. HEX triplet: F7, D8 and F9. RGB value is (247,216,249). Sum of RGB (Red+Green+Blue) = 247+216+249=712 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.69% from 712); Green value is 216 (84.77% from 255 or 30.34% from 712); Blue value is 249 (97.66% from 255 or 34.97% from 712); Max value from RGB is 249 - color contains mainly: blue. Hex color #F7D8F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D8F9 is #082706. Grayscale: #E4E4E4. Windows color (decimal): -534279 or 16374007. OLE color: 16374007.
HSL color Cylindrical-coordinate representation of color #F7D8F9: hue angle of 296.36º degrees, saturation: 0.73, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F7D8F9 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 247 | 216 | 249 | - |
CMYK | 0.01 | 0.13 | 0 | 0.02 |
HSL | 296.36º | 0.73% | 0.91% | - |
HSV(B) | 296.36º | 0.13% | 0.98% | - |
XYZ | 80.01 | 75.73 | 100.02 | - |
YUV | 229.03 | 139.27 | 140.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 216 | 249 | 0.01 | 0.13 | 0 | 0.02 | 296.36 | 0.73 | 0.91 |
Hex | F7 | D8 | F9 | 1 | D | 0 | 2 | 128 | 49 | 5B |
Octal | 367 | 330 | 371 | 1 | 15 | 0 | 2 | 450 | 111 | 133 |
Binary | 11110111 | 11011000 | 11111001 | 1 | 1101 | 0 | 10 | 100101000 | 1001001 | 1011011 |
Color Harmonies of #F7D8F9
Complementary color
Monochromatic Colors of #F7D8F9
Black with #F7D8F9
Text Example
Text Example
White with #F7D8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D8F9; }
p { color: rgb(247,216,249); }
H1.HeaderClassName
{
color: #F7D8F9;
}
.AnyTagClassName
{
color: #F7D8F9;
}
</style>
background-color css
<style>
a { background-color: #F7D8F9; }
a { background-color: rgb(247,216,249); }
div.DivClassName
{
background-color: #F7D8F9;
}
.BgClassName
{
background-color: #F7D8F9;
}
</style>
border-color css
<style>
span { border-color: #F7D8F9; }
span { border-color: rgb(247,216,249); }
td.TdClassName
{
border-color: #F7D8F9;
}
.TagClassName
{
border-color: #F7D8F9;
}
</style>