Shades of Selago #F9DBFD
Tints of Selago #F9DBFD
RGB
CMYK
RGB Variations
Color information
#F9DBFD (or 0xF9DBFD) is known color: Selago. HEX triplet: F9, DB and FD. RGB value is (249,219,253). Sum of RGB (Red+Green+Blue) = 249+219+253=721 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.54% from 721); Green value is 219 (85.94% from 255 or 30.37% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9DBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DBFD is #062402. Grayscale: #E7E7E7. Windows color (decimal): -402435 or 16636921. OLE color: 16636921.
HSL color Cylindrical-coordinate representation of color #F9DBFD: hue angle of 292.94º 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 #F9DBFD is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 219 | 253 | - |
CMYK | 0.02 | 0.13 | 0 | 0.01 |
HSL | 292.94º | 0.89% | 0.93% | - |
HSV(B) | 292.94º | 0.13% | 0.99% | - |
XYZ | 82.13 | 77.89 | 103.64 | - |
YUV | 231.85 | 139.94 | 140.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 219 | 253 | 0.02 | 0.13 | 0 | 0.01 | 292.94 | 0.89 | 0.93 |
Hex | F9 | DB | FD | 2 | D | 0 | 1 | 125 | 59 | 5D |
Octal | 371 | 333 | 375 | 2 | 15 | 0 | 1 | 445 | 131 | 135 |
Binary | 11111001 | 11011011 | 11111101 | 10 | 1101 | 0 | 1 | 100100101 | 1011001 | 1011101 |
Color Harmonies of #F9DBFD
Complementary color
Monochromatic Colors of #F9DBFD
Black with #F9DBFD
Text Example
Text Example
White with #F9DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DBFD; }
p { color: rgb(249,219,253); }
H1.HeaderClassName
{
color: #F9DBFD;
}
.AnyTagClassName
{
color: #F9DBFD;
}
</style>
background-color css
<style>
a { background-color: #F9DBFD; }
a { background-color: rgb(249,219,253); }
div.DivClassName
{
background-color: #F9DBFD;
}
.BgClassName
{
background-color: #F9DBFD;
}
</style>
border-color css
<style>
span { border-color: #F9DBFD; }
span { border-color: rgb(249,219,253); }
td.TdClassName
{
border-color: #F9DBFD;
}
.TagClassName
{
border-color: #F9DBFD;
}
</style>