Shades of Selago #FFE9FD
Tints of Selago #FFE9FD
RGB
CMYK
RGB Variations
Color information
#FFE9FD (or 0xFFE9FD) is known color: Selago. HEX triplet: FF, E9 and FD. RGB value is (255,233,253). Sum of RGB (Red+Green+Blue) = 255+233+253=741 (98% of max value = 765). Red value is 255 (100% from 255 or 34.41% from 741); Green value is 233 (91.41% from 255 or 31.44% from 741); Blue value is 253 (99.22% from 255 or 34.14% from 741); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE9FD is #001602. Grayscale: #F1F1F1. Windows color (decimal): -5635 or 16640511. OLE color: 16640511.
HSL color Cylindrical-coordinate representation of color #FFE9FD: hue angle of 305.45º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FFE9FD is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 253 | - |
| CMYK | 0 | 0.09 | 0.01 | 0 |
| HSL | 305.45º | 1% | 0.96% | - |
| HSV(B) | 305.45º | 0.09% | 1% | - |
| XYZ | 88.11 | 86.63 | 105.01 | - |
| YUV | 241.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 253 | 0 | 0.09 | 0.01 | 0 | 305.45 | 1 | 0.96 |
| Hex | FF | E9 | FD | 0 | 9 | 1 | 0 | 131 | 64 | 60 |
| Octal | 377 | 351 | 375 | 0 | 11 | 1 | 0 | 461 | 144 | 140 |
| Binary | 11111111 | 11101001 | 11111101 | 0 | 1001 | 1 | 0 | 100110001 | 1100100 | 1100000 |
Color Harmonies of #FFE9FD
Complementary color
Monochromatic Colors of #FFE9FD
Black with #FFE9FD
Text Example
Text Example
White with #FFE9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE9FD; }
p { color: rgb(255,233,253); }
H1.HeaderClassName
{
color: #FFE9FD;
}
.AnyTagClassName
{
color: #FFE9FD;
}
</style>
background-color css
<style>
a { background-color: #FFE9FD; }
a { background-color: rgb(255,233,253); }
div.DivClassName
{
background-color: #FFE9FD;
}
.BgClassName
{
background-color: #FFE9FD;
}
</style>
border-color css
<style>
span { border-color: #FFE9FD; }
span { border-color: rgb(255,233,253); }
td.TdClassName
{
border-color: #FFE9FD;
}
.TagClassName
{
border-color: #FFE9FD;
}
</style>