Shades of Selago #FFE8FD
Tints of Selago #FFE8FD
RGB
CMYK
RGB Variations
Color information
#FFE8FD (or 0xFFE8FD) is known color: Selago. HEX triplet: FF, E8 and FD. RGB value is (255,232,253). Sum of RGB (Red+Green+Blue) = 255+232+253=740 (98% of max value = 765). Red value is 255 (100% from 255 or 34.46% from 740); Green value is 232 (91.02% from 255 or 31.35% from 740); Blue value is 253 (99.22% from 255 or 34.19% from 740); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE8FD is #001702. Grayscale: #F1F1F1. Windows color (decimal): -5891 or 16640255. OLE color: 16640255.
HSL color Cylindrical-coordinate representation of color #FFE8FD: hue angle of 305.22º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FFE8FD is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 253 | - |
| CMYK | 0 | 0.09 | 0.01 | 0 |
| HSL | 305.22º | 1% | 0.95% | - |
| HSV(B) | 305.22º | 0.09% | 1% | - |
| XYZ | 87.83 | 86.07 | 104.91 | - |
| YUV | 241.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 253 | 0 | 0.09 | 0.01 | 0 | 305.22 | 1 | 0.95 |
| Hex | FF | E8 | FD | 0 | 9 | 1 | 0 | 131 | 64 | 5F |
| Octal | 377 | 350 | 375 | 0 | 11 | 1 | 0 | 461 | 144 | 137 |
| Binary | 11111111 | 11101000 | 11111101 | 0 | 1001 | 1 | 0 | 100110001 | 1100100 | 1011111 |
Color Harmonies of #FFE8FD
Complementary color
Monochromatic Colors of #FFE8FD
Black with #FFE8FD
Text Example
Text Example
White with #FFE8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE8FD; }
p { color: rgb(255,232,253); }
H1.HeaderClassName
{
color: #FFE8FD;
}
.AnyTagClassName
{
color: #FFE8FD;
}
</style>
background-color css
<style>
a { background-color: #FFE8FD; }
a { background-color: rgb(255,232,253); }
div.DivClassName
{
background-color: #FFE8FD;
}
.BgClassName
{
background-color: #FFE8FD;
}
</style>
border-color css
<style>
span { border-color: #FFE8FD; }
span { border-color: rgb(255,232,253); }
td.TdClassName
{
border-color: #FFE8FD;
}
.TagClassName
{
border-color: #FFE8FD;
}
</style>