Shades of Selago #F7D2FB
Tints of Selago #F7D2FB
RGB
CMYK
RGB Variations
Color information
#F7D2FB (or 0xF7D2FB) is known color: Selago. HEX triplet: F7, D2 and FB. RGB value is (247,210,251). Sum of RGB (Red+Green+Blue) = 247+210+251=708 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.89% from 708); Green value is 210 (82.42% from 255 or 29.66% from 708); Blue value is 251 (98.44% from 255 or 35.45% from 708); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7D2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D2FB is #082D04. Grayscale: #E1E1E1. Windows color (decimal): -535813 or 16503543. OLE color: 16503543.
HSL color Cylindrical-coordinate representation of color #F7D2FB: hue angle of 294.15º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F7D2FB is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 210 | 251 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.02 |
| HSL | 294.15º | 0.84% | 0.9% | - |
| HSV(B) | 294.15º | 0.16% | 0.98% | - |
| XYZ | 78.82 | 72.83 | 101.17 | - |
| YUV | 225.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 210 | 251 | 0.02 | 0.16 | 0 | 0.02 | 294.15 | 0.84 | 0.9 |
| Hex | F7 | D2 | FB | 2 | 10 | 0 | 2 | 126 | 54 | 5A |
| Octal | 367 | 322 | 373 | 2 | 20 | 0 | 2 | 446 | 124 | 132 |
| Binary | 11110111 | 11010010 | 11111011 | 10 | 10000 | 0 | 10 | 100100110 | 1010100 | 1011010 |
Color Harmonies of #F7D2FB
Complementary color
Monochromatic Colors of #F7D2FB
Black with #F7D2FB
Text Example
Text Example
White with #F7D2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D2FB; }
p { color: rgb(247,210,251); }
H1.HeaderClassName
{
color: #F7D2FB;
}
.AnyTagClassName
{
color: #F7D2FB;
}
</style>
background-color css
<style>
a { background-color: #F7D2FB; }
a { background-color: rgb(247,210,251); }
div.DivClassName
{
background-color: #F7D2FB;
}
.BgClassName
{
background-color: #F7D2FB;
}
</style>
border-color css
<style>
span { border-color: #F7D2FB; }
span { border-color: rgb(247,210,251); }
td.TdClassName
{
border-color: #F7D2FB;
}
.TagClassName
{
border-color: #F7D2FB;
}
</style>