Shades of Selago #F8DDFD
Tints of Selago #F8DDFD
RGB
CMYK
RGB Variations
Color information
#F8DDFD (or 0xF8DDFD) is known color: Selago. HEX triplet: F8, DD and FD. RGB value is (248,221,253). Sum of RGB (Red+Green+Blue) = 248+221+253=722 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.35% from 722); Green value is 221 (86.72% from 255 or 30.61% from 722); Blue value is 253 (99.22% from 255 or 35.04% from 722); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8DDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DDFD is #072202. Grayscale: #E8E8E8. Windows color (decimal): -467459 or 16637432. OLE color: 16637432.
HSL color Cylindrical-coordinate representation of color #F8DDFD: hue angle of 290.62º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F8DDFD is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 221 | 253 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.01 |
| HSL | 290.63º | 0.89% | 0.93% | - |
| HSV(B) | 290.63º | 0.13% | 0.99% | - |
| XYZ | 82.3 | 78.76 | 103.79 | - |
| YUV | 232.72 | 139.45 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 253 | 0.02 | 0.13 | 0 | 0.01 | 290.63 | 0.89 | 0.93 |
| Hex | F8 | DD | FD | 2 | D | 0 | 1 | 123 | 59 | 5D |
| Octal | 370 | 335 | 375 | 2 | 15 | 0 | 1 | 443 | 131 | 135 |
| Binary | 11111000 | 11011101 | 11111101 | 10 | 1101 | 0 | 1 | 100100011 | 1011001 | 1011101 |
Color Harmonies of #F8DDFD
Complementary color
Monochromatic Colors of #F8DDFD
Black with #F8DDFD
Text Example
Text Example
White with #F8DDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DDFD; }
p { color: rgb(248,221,253); }
H1.HeaderClassName
{
color: #F8DDFD;
}
.AnyTagClassName
{
color: #F8DDFD;
}
</style>
background-color css
<style>
a { background-color: #F8DDFD; }
a { background-color: rgb(248,221,253); }
div.DivClassName
{
background-color: #F8DDFD;
}
.BgClassName
{
background-color: #F8DDFD;
}
</style>
border-color css
<style>
span { border-color: #F8DDFD; }
span { border-color: rgb(248,221,253); }
td.TdClassName
{
border-color: #F8DDFD;
}
.TagClassName
{
border-color: #F8DDFD;
}
</style>