Shades of Selago #FDE1FF
Tints of Selago #FDE1FF
RGB
CMYK
RGB Variations
Color information
#FDE1FF (or 0xFDE1FF) is known color: Selago. HEX triplet: FD, E1 and FF. RGB value is (253,225,255). Sum of RGB (Red+Green+Blue) = 253+225+255=733 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.52% from 733); Green value is 225 (88.28% from 255 or 30.70% from 733); Blue value is 255 (100% from 255 or 34.79% from 733); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDE1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE1FF is #021E00. Grayscale: #ECECEC. Windows color (decimal): -138753 or 16769533. OLE color: 16769533.
HSL color Cylindrical-coordinate representation of color #FDE1FF: hue angle of 296º 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 #FDE1FF is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 225 | 255 | - |
| CMYK | 0.01 | 0.12 | 0 | 0 |
| HSL | 296º | 1% | 0.94% | - |
| HSV(B) | 296º | 0.12% | 1% | - |
| XYZ | 85.48 | 81.95 | 105.92 | - |
| YUV | 236.79 | 138.28 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 255 | 0.01 | 0.12 | 0 | 0 | 296 | 1 | 0.94 |
| Hex | FD | E1 | FF | 1 | C | 0 | 0 | 128 | 64 | 5E |
| Octal | 375 | 341 | 377 | 1 | 14 | 0 | 0 | 450 | 144 | 136 |
| Binary | 11111101 | 11100001 | 11111111 | 1 | 1100 | 0 | 0 | 100101000 | 1100100 | 1011110 |
Color Harmonies of #FDE1FF
Complementary color
Monochromatic Colors of #FDE1FF
Black with #FDE1FF
Text Example
Text Example
White with #FDE1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE1FF; }
p { color: rgb(253,225,255); }
H1.HeaderClassName
{
color: #FDE1FF;
}
.AnyTagClassName
{
color: #FDE1FF;
}
</style>
background-color css
<style>
a { background-color: #FDE1FF; }
a { background-color: rgb(253,225,255); }
div.DivClassName
{
background-color: #FDE1FF;
}
.BgClassName
{
background-color: #FDE1FF;
}
</style>
border-color css
<style>
span { border-color: #FDE1FF; }
span { border-color: rgb(253,225,255); }
td.TdClassName
{
border-color: #FDE1FF;
}
.TagClassName
{
border-color: #FDE1FF;
}
</style>