Shades of Selago #F8D9FF
Tints of Selago #F8D9FF
RGB
CMYK
RGB Variations
Color information
#F8D9FF (or 0xF8D9FF) is known color: Selago. HEX triplet: F8, D9 and FF. RGB value is (248,217,255). Sum of RGB (Red+Green+Blue) = 248+217+255=720 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.44% from 720); Green value is 217 (85.16% from 255 or 30.14% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8D9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D9FF is #072600. Grayscale: #E6E6E6. Windows color (decimal): -468481 or 16767480. OLE color: 16767480.
HSL color Cylindrical-coordinate representation of color #F8D9FF: hue angle of 288.95º 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 #F8D9FF is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 217 | 255 | - |
| CMYK | 0.03 | 0.15 | 0 | 0 |
| HSL | 288.95º | 1% | 0.93% | - |
| HSV(B) | 288.95º | 0.15% | 1% | - |
| XYZ | 81.57 | 76.8 | 105.13 | - |
| YUV | 230.6 | 141.77 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 217 | 255 | 0.03 | 0.15 | 0 | 0 | 288.95 | 1 | 0.93 |
| Hex | F8 | D9 | FF | 3 | F | 0 | 0 | 121 | 64 | 5D |
| Octal | 370 | 331 | 377 | 3 | 17 | 0 | 0 | 441 | 144 | 135 |
| Binary | 11111000 | 11011001 | 11111111 | 11 | 1111 | 0 | 0 | 100100001 | 1100100 | 1011101 |
Color Harmonies of #F8D9FF
Complementary color
Monochromatic Colors of #F8D9FF
Black with #F8D9FF
Text Example
Text Example
White with #F8D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D9FF; }
p { color: rgb(248,217,255); }
H1.HeaderClassName
{
color: #F8D9FF;
}
.AnyTagClassName
{
color: #F8D9FF;
}
</style>
background-color css
<style>
a { background-color: #F8D9FF; }
a { background-color: rgb(248,217,255); }
div.DivClassName
{
background-color: #F8D9FF;
}
.BgClassName
{
background-color: #F8D9FF;
}
</style>
border-color css
<style>
span { border-color: #F8D9FF; }
span { border-color: rgb(248,217,255); }
td.TdClassName
{
border-color: #F8D9FF;
}
.TagClassName
{
border-color: #F8D9FF;
}
</style>