Shades of Selago #F8DDFC
Tints of Selago #F8DDFC
RGB
CMYK
RGB Variations
Color information
#F8DDFC (or 0xF8DDFC) is known color: Selago. HEX triplet: F8, DD and FC. RGB value is (248,221,252). Sum of RGB (Red+Green+Blue) = 248+221+252=721 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.40% from 721); Green value is 221 (86.72% from 255 or 30.65% from 721); Blue value is 252 (98.83% from 255 or 34.95% from 721); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8DDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DDFC is #072203. Grayscale: #E8E8E8. Windows color (decimal): -467460 or 16571896. OLE color: 16571896.
HSL color Cylindrical-coordinate representation of color #F8DDFC: hue angle of 292.26º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8DDFC is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 221 | 252 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.01 |
| HSL | 292.26º | 0.84% | 0.93% | - |
| HSV(B) | 292.26º | 0.12% | 0.99% | - |
| XYZ | 82.14 | 78.7 | 102.96 | - |
| YUV | 232.61 | 138.95 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 252 | 0.02 | 0.12 | 0 | 0.01 | 292.26 | 0.84 | 0.93 |
| Hex | F8 | DD | FC | 2 | C | 0 | 1 | 124 | 54 | 5D |
| Octal | 370 | 335 | 374 | 2 | 14 | 0 | 1 | 444 | 124 | 135 |
| Binary | 11111000 | 11011101 | 11111100 | 10 | 1100 | 0 | 1 | 100100100 | 1010100 | 1011101 |
Color Harmonies of #F8DDFC
Complementary color
Monochromatic Colors of #F8DDFC
Black with #F8DDFC
Text Example
Text Example
White with #F8DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DDFC; }
p { color: rgb(248,221,252); }
H1.HeaderClassName
{
color: #F8DDFC;
}
.AnyTagClassName
{
color: #F8DDFC;
}
</style>
background-color css
<style>
a { background-color: #F8DDFC; }
a { background-color: rgb(248,221,252); }
div.DivClassName
{
background-color: #F8DDFC;
}
.BgClassName
{
background-color: #F8DDFC;
}
</style>
border-color css
<style>
span { border-color: #F8DDFC; }
span { border-color: rgb(248,221,252); }
td.TdClassName
{
border-color: #F8DDFC;
}
.TagClassName
{
border-color: #F8DDFC;
}
</style>