Shades of Selago #F9DBFC
Tints of Selago #F9DBFC
RGB
CMYK
RGB Variations
Color information
#F9DBFC (or 0xF9DBFC) is known color: Selago. HEX triplet: F9, DB and FC. RGB value is (249,219,252). Sum of RGB (Red+Green+Blue) = 249+219+252=720 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.58% from 720); Green value is 219 (85.94% from 255 or 30.42% from 720); Blue value is 252 (98.83% from 255 or 35% from 720); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9DBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DBFC is #062403. Grayscale: #E7E7E7. Windows color (decimal): -402436 or 16571385. OLE color: 16571385.
HSL color Cylindrical-coordinate representation of color #F9DBFC: hue angle of 294.55º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F9DBFC is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 219 | 252 | - |
CMYK | 0.01 | 0.13 | 0 | 0.01 |
HSL | 294.55º | 0.85% | 0.92% | - |
HSV(B) | 294.55º | 0.13% | 0.99% | - |
XYZ | 81.97 | 77.83 | 102.8 | - |
YUV | 231.73 | 139.44 | 140.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 219 | 252 | 0.01 | 0.13 | 0 | 0.01 | 294.55 | 0.85 | 0.92 |
Hex | F9 | DB | FC | 1 | D | 0 | 1 | 127 | 55 | 5C |
Octal | 371 | 333 | 374 | 1 | 15 | 0 | 1 | 447 | 125 | 134 |
Binary | 11111001 | 11011011 | 11111100 | 1 | 1101 | 0 | 1 | 100100111 | 1010101 | 1011100 |
Color Harmonies of #F9DBFC
Complementary color
Monochromatic Colors of #F9DBFC
Black with #F9DBFC
Text Example
Text Example
White with #F9DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DBFC; }
p { color: rgb(249,219,252); }
H1.HeaderClassName
{
color: #F9DBFC;
}
.AnyTagClassName
{
color: #F9DBFC;
}
</style>
background-color css
<style>
a { background-color: #F9DBFC; }
a { background-color: rgb(249,219,252); }
div.DivClassName
{
background-color: #F9DBFC;
}
.BgClassName
{
background-color: #F9DBFC;
}
</style>
border-color css
<style>
span { border-color: #F9DBFC; }
span { border-color: rgb(249,219,252); }
td.TdClassName
{
border-color: #F9DBFC;
}
.TagClassName
{
border-color: #F9DBFC;
}
</style>