Shades of Selago #F9DBFF
Tints of Selago #F9DBFF
RGB
CMYK
RGB Variations
Color information
#F9DBFF (or 0xF9DBFF) is known color: Selago. HEX triplet: F9, DB and FF. RGB value is (249,219,255). Sum of RGB (Red+Green+Blue) = 249+219+255=723 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.44% from 723); Green value is 219 (85.94% from 255 or 30.29% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9DBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DBFF is #062400. Grayscale: #E7E7E7. Windows color (decimal): -402433 or 16767993. OLE color: 16767993.
HSL color Cylindrical-coordinate representation of color #F9DBFF: hue angle of 290º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F9DBFF is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 219 | 255 | - |
| CMYK | 0.02 | 0.14 | 0 | 0 |
| HSL | 290º | 1% | 0.93% | - |
| HSV(B) | 290º | 0.14% | 1% | - |
| XYZ | 82.45 | 78.02 | 105.32 | - |
| YUV | 232.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 255 | 0.02 | 0.14 | 0 | 0 | 290 | 1 | 0.93 |
| Hex | F9 | DB | FF | 2 | E | 0 | 0 | 122 | 64 | 5D |
| Octal | 371 | 333 | 377 | 2 | 16 | 0 | 0 | 442 | 144 | 135 |
| Binary | 11111001 | 11011011 | 11111111 | 10 | 1110 | 0 | 0 | 100100010 | 1100100 | 1011101 |
Color Harmonies of #F9DBFF
Complementary color
Monochromatic Colors of #F9DBFF
Black with #F9DBFF
Text Example
Text Example
White with #F9DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DBFF; }
p { color: rgb(249,219,255); }
H1.HeaderClassName
{
color: #F9DBFF;
}
.AnyTagClassName
{
color: #F9DBFF;
}
</style>
background-color css
<style>
a { background-color: #F9DBFF; }
a { background-color: rgb(249,219,255); }
div.DivClassName
{
background-color: #F9DBFF;
}
.BgClassName
{
background-color: #F9DBFF;
}
</style>
border-color css
<style>
span { border-color: #F9DBFF; }
span { border-color: rgb(249,219,255); }
td.TdClassName
{
border-color: #F9DBFF;
}
.TagClassName
{
border-color: #F9DBFF;
}
</style>