Shades of Selago #F7D1FC
Tints of Selago #F7D1FC
RGB
CMYK
RGB Variations
Color information
#F7D1FC (or 0xF7D1FC) is known color: Selago. HEX triplet: F7, D1 and FC. RGB value is (247,209,252). Sum of RGB (Red+Green+Blue) = 247+209+252=708 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.89% from 708); Green value is 209 (82.03% from 255 or 29.52% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 252 - color contains mainly: blue. Hex color #F7D1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D1FC is #082E03. Grayscale: #E1E1E1. Windows color (decimal): -536068 or 16568823. OLE color: 16568823.
HSL color Cylindrical-coordinate representation of color #F7D1FC: hue angle of 293.02º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7D1FC is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 209 | 252 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.01 |
| HSL | 293.02º | 0.88% | 0.9% | - |
| HSV(B) | 293.02º | 0.17% | 0.99% | - |
| XYZ | 78.73 | 72.4 | 101.92 | - |
| YUV | 225.26 | 143.09 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 209 | 252 | 0.02 | 0.17 | 0 | 0.01 | 293.02 | 0.88 | 0.9 |
| Hex | F7 | D1 | FC | 2 | 11 | 0 | 1 | 125 | 58 | 5A |
| Octal | 367 | 321 | 374 | 2 | 21 | 0 | 1 | 445 | 130 | 132 |
| Binary | 11110111 | 11010001 | 11111100 | 10 | 10001 | 0 | 1 | 100100101 | 1011000 | 1011010 |
Color Harmonies of #F7D1FC
Complementary color
Monochromatic Colors of #F7D1FC
Black with #F7D1FC
Text Example
Text Example
White with #F7D1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D1FC; }
p { color: rgb(247,209,252); }
H1.HeaderClassName
{
color: #F7D1FC;
}
.AnyTagClassName
{
color: #F7D1FC;
}
</style>
background-color css
<style>
a { background-color: #F7D1FC; }
a { background-color: rgb(247,209,252); }
div.DivClassName
{
background-color: #F7D1FC;
}
.BgClassName
{
background-color: #F7D1FC;
}
</style>
border-color css
<style>
span { border-color: #F7D1FC; }
span { border-color: rgb(247,209,252); }
td.TdClassName
{
border-color: #F7D1FC;
}
.TagClassName
{
border-color: #F7D1FC;
}
</style>