Shades of Selago #F8DDFF
Tints of Selago #F8DDFF
RGB
CMYK
RGB Variations
Color information
#F8DDFF (or 0xF8DDFF) is known color: Selago. HEX triplet: F8, DD and FF. RGB value is (248,221,255). Sum of RGB (Red+Green+Blue) = 248+221+255=724 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.25% from 724); Green value is 221 (86.72% from 255 or 30.52% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8DDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DDFF is #072200. Grayscale: #E8E8E8. Windows color (decimal): -467457 or 16768504. OLE color: 16768504.
HSL color Cylindrical-coordinate representation of color #F8DDFF: hue angle of 287.65º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F8DDFF is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 221 | 255 | - |
| CMYK | 0.03 | 0.13 | 0 | 0 |
| HSL | 287.65º | 1% | 0.93% | - |
| HSV(B) | 287.65º | 0.13% | 1% | - |
| XYZ | 82.62 | 78.89 | 105.48 | - |
| YUV | 232.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 255 | 0.03 | 0.13 | 0 | 0 | 287.65 | 1 | 0.93 |
| Hex | F8 | DD | FF | 3 | D | 0 | 0 | 120 | 64 | 5D |
| Octal | 370 | 335 | 377 | 3 | 15 | 0 | 0 | 440 | 144 | 135 |
| Binary | 11111000 | 11011101 | 11111111 | 11 | 1101 | 0 | 0 | 100100000 | 1100100 | 1011101 |
Color Harmonies of #F8DDFF
Complementary color
Monochromatic Colors of #F8DDFF
Black with #F8DDFF
Text Example
Text Example
White with #F8DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DDFF; }
p { color: rgb(248,221,255); }
H1.HeaderClassName
{
color: #F8DDFF;
}
.AnyTagClassName
{
color: #F8DDFF;
}
</style>
background-color css
<style>
a { background-color: #F8DDFF; }
a { background-color: rgb(248,221,255); }
div.DivClassName
{
background-color: #F8DDFF;
}
.BgClassName
{
background-color: #F8DDFF;
}
</style>
border-color css
<style>
span { border-color: #F8DDFF; }
span { border-color: rgb(248,221,255); }
td.TdClassName
{
border-color: #F8DDFF;
}
.TagClassName
{
border-color: #F8DDFF;
}
</style>