Shades of Selago #F8E1FD
Tints of Selago #F8E1FD
RGB
CMYK
RGB Variations
Color information
#F8E1FD (or 0xF8E1FD) is known color: Selago. HEX triplet: F8, E1 and FD. RGB value is (248,225,253). Sum of RGB (Red+Green+Blue) = 248+225+253=726 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.16% from 726); Green value is 225 (88.28% from 255 or 30.99% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8E1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E1FD is #071E02. Grayscale: #EAEAEA. Windows color (decimal): -466435 or 16638456. OLE color: 16638456.
HSL color Cylindrical-coordinate representation of color #F8E1FD: hue angle of 289.29º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8E1FD is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 225 | 253 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.01 |
| HSL | 289.29º | 0.88% | 0.94% | - |
| HSV(B) | 289.29º | 0.11% | 0.99% | - |
| XYZ | 83.37 | 80.9 | 104.15 | - |
| YUV | 235.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 225 | 253 | 0.02 | 0.11 | 0 | 0.01 | 289.29 | 0.88 | 0.94 |
| Hex | F8 | E1 | FD | 2 | B | 0 | 1 | 121 | 58 | 5E |
| Octal | 370 | 341 | 375 | 2 | 13 | 0 | 1 | 441 | 130 | 136 |
| Binary | 11111000 | 11100001 | 11111101 | 10 | 1011 | 0 | 1 | 100100001 | 1011000 | 1011110 |
Color Harmonies of #F8E1FD
Complementary color
Monochromatic Colors of #F8E1FD
Black with #F8E1FD
Text Example
Text Example
White with #F8E1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E1FD; }
p { color: rgb(248,225,253); }
H1.HeaderClassName
{
color: #F8E1FD;
}
.AnyTagClassName
{
color: #F8E1FD;
}
</style>
background-color css
<style>
a { background-color: #F8E1FD; }
a { background-color: rgb(248,225,253); }
div.DivClassName
{
background-color: #F8E1FD;
}
.BgClassName
{
background-color: #F8E1FD;
}
</style>
border-color css
<style>
span { border-color: #F8E1FD; }
span { border-color: rgb(248,225,253); }
td.TdClassName
{
border-color: #F8E1FD;
}
.TagClassName
{
border-color: #F8E1FD;
}
</style>