Shades of Selago #F7DBFD
Tints of Selago #F7DBFD
RGB
CMYK
RGB Variations
Color information
#F7DBFD (or 0xF7DBFD) is known color: Selago. HEX triplet: F7, DB and FD. RGB value is (247,219,253). Sum of RGB (Red+Green+Blue) = 247+219+253=719 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.35% from 719); Green value is 219 (85.94% from 255 or 30.46% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: blue. Hex color #F7DBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DBFD is #082402. Grayscale: #E7E7E7. Windows color (decimal): -533507 or 16636919. OLE color: 16636919.
HSL color Cylindrical-coordinate representation of color #F7DBFD: hue angle of 289.41º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F7DBFD is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 219 | 253 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.01 |
| HSL | 289.41º | 0.89% | 0.93% | - |
| HSV(B) | 289.41º | 0.13% | 0.99% | - |
| XYZ | 81.42 | 77.53 | 103.6 | - |
| YUV | 231.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 219 | 253 | 0.02 | 0.13 | 0 | 0.01 | 289.41 | 0.89 | 0.93 |
| Hex | F7 | DB | FD | 2 | D | 0 | 1 | 121 | 59 | 5D |
| Octal | 367 | 333 | 375 | 2 | 15 | 0 | 1 | 441 | 131 | 135 |
| Binary | 11110111 | 11011011 | 11111101 | 10 | 1101 | 0 | 1 | 100100001 | 1011001 | 1011101 |
Color Harmonies of #F7DBFD
Complementary color
Monochromatic Colors of #F7DBFD
Black with #F7DBFD
Text Example
Text Example
White with #F7DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DBFD; }
p { color: rgb(247,219,253); }
H1.HeaderClassName
{
color: #F7DBFD;
}
.AnyTagClassName
{
color: #F7DBFD;
}
</style>
background-color css
<style>
a { background-color: #F7DBFD; }
a { background-color: rgb(247,219,253); }
div.DivClassName
{
background-color: #F7DBFD;
}
.BgClassName
{
background-color: #F7DBFD;
}
</style>
border-color css
<style>
span { border-color: #F7DBFD; }
span { border-color: rgb(247,219,253); }
td.TdClassName
{
border-color: #F7DBFD;
}
.TagClassName
{
border-color: #F7DBFD;
}
</style>