Shades of Selago #F8DAFF
Tints of Selago #F8DAFF
RGB
CMYK
RGB Variations
Color information
#F8DAFF (or 0xF8DAFF) is known color: Selago. HEX triplet: F8, DA and FF. RGB value is (248,218,255). Sum of RGB (Red+Green+Blue) = 248+218+255=721 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.40% from 721); Green value is 218 (85.55% from 255 or 30.24% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8DAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DAFF is #072500. Grayscale: #E7E7E7. Windows color (decimal): -468225 or 16767736. OLE color: 16767736.
HSL color Cylindrical-coordinate representation of color #F8DAFF: hue angle of 288.65º 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 #F8DAFF is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 218 | 255 | - |
| CMYK | 0.03 | 0.15 | 0 | 0 |
| HSL | 288.65º | 1% | 0.93% | - |
| HSV(B) | 288.65º | 0.15% | 1% | - |
| XYZ | 81.83 | 77.32 | 105.22 | - |
| YUV | 231.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 218 | 255 | 0.03 | 0.15 | 0 | 0 | 288.65 | 1 | 0.93 |
| Hex | F8 | DA | FF | 3 | F | 0 | 0 | 121 | 64 | 5D |
| Octal | 370 | 332 | 377 | 3 | 17 | 0 | 0 | 441 | 144 | 135 |
| Binary | 11111000 | 11011010 | 11111111 | 11 | 1111 | 0 | 0 | 100100001 | 1100100 | 1011101 |
Color Harmonies of #F8DAFF
Complementary color
Monochromatic Colors of #F8DAFF
Black with #F8DAFF
Text Example
Text Example
White with #F8DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DAFF; }
p { color: rgb(248,218,255); }
H1.HeaderClassName
{
color: #F8DAFF;
}
.AnyTagClassName
{
color: #F8DAFF;
}
</style>
background-color css
<style>
a { background-color: #F8DAFF; }
a { background-color: rgb(248,218,255); }
div.DivClassName
{
background-color: #F8DAFF;
}
.BgClassName
{
background-color: #F8DAFF;
}
</style>
border-color css
<style>
span { border-color: #F8DAFF; }
span { border-color: rgb(248,218,255); }
td.TdClassName
{
border-color: #F8DAFF;
}
.TagClassName
{
border-color: #F8DAFF;
}
</style>