Shades of Selago #FDE1FD
Tints of Selago #FDE1FD
RGB
CMYK
RGB Variations
Color information
#FDE1FD (or 0xFDE1FD) is known color: Selago. HEX triplet: FD, E1 and FD. RGB value is (253,225,253). Sum of RGB (Red+Green+Blue) = 253+225+253=731 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.61% from 731); Green value is 225 (88.28% from 255 or 30.78% from 731); Blue value is 253 (99.22% from 255 or 34.61% from 731); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDE1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE1FD is #021E02. Grayscale: #ECECEC. Windows color (decimal): -138755 or 16638461. OLE color: 16638461.
HSL color Cylindrical-coordinate representation of color #FDE1FD: hue angle of 300º 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 #FDE1FD is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 253 | - |
| CMYK | 0 | 0.11 | 0 | 0.01 |
| HSL | 300º | 0.88% | 0.94% | - |
| HSV(B) | 300º | 0.11% | 0.99% | - |
| XYZ | 85.16 | 81.82 | 104.23 | - |
| YUV | 236.56 | 137.28 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 253 | 0 | 0.11 | 0 | 0.01 | 300 | 0.88 | 0.94 |
| Hex | FD | E1 | FD | 0 | B | 0 | 1 | 12C | 58 | 5E |
| Octal | 375 | 341 | 375 | 0 | 13 | 0 | 1 | 454 | 130 | 136 |
| Binary | 11111101 | 11100001 | 11111101 | 0 | 1011 | 0 | 1 | 100101100 | 1011000 | 1011110 |
Color Harmonies of #FDE1FD
Complementary color
Monochromatic Colors of #FDE1FD
Black with #FDE1FD
Text Example
Text Example
White with #FDE1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE1FD; }
p { color: rgb(253,225,253); }
H1.HeaderClassName
{
color: #FDE1FD;
}
.AnyTagClassName
{
color: #FDE1FD;
}
</style>
background-color css
<style>
a { background-color: #FDE1FD; }
a { background-color: rgb(253,225,253); }
div.DivClassName
{
background-color: #FDE1FD;
}
.BgClassName
{
background-color: #FDE1FD;
}
</style>
border-color css
<style>
span { border-color: #FDE1FD; }
span { border-color: rgb(253,225,253); }
td.TdClassName
{
border-color: #FDE1FD;
}
.TagClassName
{
border-color: #FDE1FD;
}
</style>