Shades of Selago #F9DAFF
Tints of Selago #F9DAFF
RGB
CMYK
RGB Variations
Color information
#F9DAFF (or 0xF9DAFF) is known color: Selago. HEX triplet: F9, DA and FF. RGB value is (249,218,255). Sum of RGB (Red+Green+Blue) = 249+218+255=722 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.49% from 722); Green value is 218 (85.55% from 255 or 30.19% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9DAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DAFF is #062500. Grayscale: #E7E7E7. Windows color (decimal): -402689 or 16767737. OLE color: 16767737.
HSL color Cylindrical-coordinate representation of color #F9DAFF: hue angle of 290.27º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F9DAFF is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 218 | 255 | - |
| CMYK | 0.02 | 0.15 | 0 | 0 |
| HSL | 290.27º | 1% | 0.93% | - |
| HSV(B) | 290.27º | 0.15% | 1% | - |
| XYZ | 82.19 | 77.5 | 105.24 | - |
| YUV | 231.49 | 141.27 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 218 | 255 | 0.02 | 0.15 | 0 | 0 | 290.27 | 1 | 0.93 |
| Hex | F9 | DA | FF | 2 | F | 0 | 0 | 122 | 64 | 5D |
| Octal | 371 | 332 | 377 | 2 | 17 | 0 | 0 | 442 | 144 | 135 |
| Binary | 11111001 | 11011010 | 11111111 | 10 | 1111 | 0 | 0 | 100100010 | 1100100 | 1011101 |
Color Harmonies of #F9DAFF
Complementary color
Monochromatic Colors of #F9DAFF
Black with #F9DAFF
Text Example
Text Example
White with #F9DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DAFF; }
p { color: rgb(249,218,255); }
H1.HeaderClassName
{
color: #F9DAFF;
}
.AnyTagClassName
{
color: #F9DAFF;
}
</style>
background-color css
<style>
a { background-color: #F9DAFF; }
a { background-color: rgb(249,218,255); }
div.DivClassName
{
background-color: #F9DAFF;
}
.BgClassName
{
background-color: #F9DAFF;
}
</style>
border-color css
<style>
span { border-color: #F9DAFF; }
span { border-color: rgb(249,218,255); }
td.TdClassName
{
border-color: #F9DAFF;
}
.TagClassName
{
border-color: #F9DAFF;
}
</style>