Shades of Selago #FFE1FD
Tints of Selago #FFE1FD
RGB
CMYK
RGB Variations
Color information
#FFE1FD (or 0xFFE1FD) is known color: Selago. HEX triplet: FF, E1 and FD. RGB value is (255,225,253). Sum of RGB (Red+Green+Blue) = 255+225+253=733 (97% of max value = 765). Red value is 255 (100% from 255 or 34.79% from 733); Green value is 225 (88.28% from 255 or 30.70% from 733); Blue value is 253 (99.22% from 255 or 34.52% from 733); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE1FD is #001E02. Grayscale: #EDEDED. Windows color (decimal): -7683 or 16638463. OLE color: 16638463.
HSL color Cylindrical-coordinate representation of color #FFE1FD: hue angle of 304º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FFE1FD is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 253 | - |
| CMYK | 0 | 0.12 | 0.01 | 0 |
| HSL | 304º | 1% | 0.94% | - |
| HSV(B) | 304º | 0.12% | 1% | - |
| XYZ | 85.89 | 82.2 | 104.27 | - |
| YUV | 237.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 253 | 0 | 0.12 | 0.01 | 0 | 304 | 1 | 0.94 |
| Hex | FF | E1 | FD | 0 | C | 1 | 0 | 130 | 64 | 5E |
| Octal | 377 | 341 | 375 | 0 | 14 | 1 | 0 | 460 | 144 | 136 |
| Binary | 11111111 | 11100001 | 11111101 | 0 | 1100 | 1 | 0 | 100110000 | 1100100 | 1011110 |
Color Harmonies of #FFE1FD
Complementary color
Monochromatic Colors of #FFE1FD
Black with #FFE1FD
Text Example
Text Example
White with #FFE1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1FD; }
p { color: rgb(255,225,253); }
H1.HeaderClassName
{
color: #FFE1FD;
}
.AnyTagClassName
{
color: #FFE1FD;
}
</style>
background-color css
<style>
a { background-color: #FFE1FD; }
a { background-color: rgb(255,225,253); }
div.DivClassName
{
background-color: #FFE1FD;
}
.BgClassName
{
background-color: #FFE1FD;
}
</style>
border-color css
<style>
span { border-color: #FFE1FD; }
span { border-color: rgb(255,225,253); }
td.TdClassName
{
border-color: #FFE1FD;
}
.TagClassName
{
border-color: #FFE1FD;
}
</style>