Shades of Selago #FDE5FF
Tints of Selago #FDE5FF
RGB
CMYK
RGB Variations
Color information
#FDE5FF (or 0xFDE5FF) is known color: Selago. HEX triplet: FD, E5 and FF. RGB value is (253,229,255). Sum of RGB (Red+Green+Blue) = 253+229+255=737 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.33% from 737); Green value is 229 (89.84% from 255 or 31.07% from 737); Blue value is 255 (100% from 255 or 34.60% from 737); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDE5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE5FF is #021A00. Grayscale: #EFEFEF. Windows color (decimal): -137729 or 16770557. OLE color: 16770557.
HSL color Cylindrical-coordinate representation of color #FDE5FF: hue angle of 295.38º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FDE5FF is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 229 | 255 | - |
| CMYK | 0.01 | 0.10 | 0 | 0 |
| HSL | 295.38º | 1% | 0.95% | - |
| HSV(B) | 295.38º | 0.1% | 1% | - |
| XYZ | 86.58 | 84.14 | 106.29 | - |
| YUV | 239.14 | 136.95 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 255 | 0.01 | 0.10 | 0 | 0 | 295.38 | 1 | 0.95 |
| Hex | FD | E5 | FF | 1 | A | 0 | 0 | 127 | 64 | 5F |
| Octal | 375 | 345 | 377 | 1 | 12 | 0 | 0 | 447 | 144 | 137 |
| Binary | 11111101 | 11100101 | 11111111 | 1 | 1010 | 0 | 0 | 100100111 | 1100100 | 1011111 |
Color Harmonies of #FDE5FF
Complementary color
Monochromatic Colors of #FDE5FF
Black with #FDE5FF
Text Example
Text Example
White with #FDE5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE5FF; }
p { color: rgb(253,229,255); }
H1.HeaderClassName
{
color: #FDE5FF;
}
.AnyTagClassName
{
color: #FDE5FF;
}
</style>
background-color css
<style>
a { background-color: #FDE5FF; }
a { background-color: rgb(253,229,255); }
div.DivClassName
{
background-color: #FDE5FF;
}
.BgClassName
{
background-color: #FDE5FF;
}
</style>
border-color css
<style>
span { border-color: #FDE5FF; }
span { border-color: rgb(253,229,255); }
td.TdClassName
{
border-color: #FDE5FF;
}
.TagClassName
{
border-color: #FDE5FF;
}
</style>