Shades of Selago #FDE4FF
Tints of Selago #FDE4FF
RGB
CMYK
RGB Variations
Color information
#FDE4FF (or 0xFDE4FF) is known color: Selago. HEX triplet: FD, E4 and FF. RGB value is (253,228,255). Sum of RGB (Red+Green+Blue) = 253+228+255=736 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.38% from 736); Green value is 228 (89.45% from 255 or 30.98% from 736); Blue value is 255 (100% from 255 or 34.65% from 736); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDE4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE4FF is #021B00. Grayscale: #EEEEEE. Windows color (decimal): -137985 or 16770301. OLE color: 16770301.
HSL color Cylindrical-coordinate representation of color #FDE4FF: hue angle of 295.56º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDE4FF is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 228 | 255 | - |
| CMYK | 0.01 | 0.11 | 0 | 0 |
| HSL | 295.56º | 1% | 0.95% | - |
| HSV(B) | 295.56º | 0.11% | 1% | - |
| XYZ | 86.3 | 83.59 | 106.19 | - |
| YUV | 238.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 255 | 0.01 | 0.11 | 0 | 0 | 295.56 | 1 | 0.95 |
| Hex | FD | E4 | FF | 1 | B | 0 | 0 | 128 | 64 | 5F |
| Octal | 375 | 344 | 377 | 1 | 13 | 0 | 0 | 450 | 144 | 137 |
| Binary | 11111101 | 11100100 | 11111111 | 1 | 1011 | 0 | 0 | 100101000 | 1100100 | 1011111 |
Color Harmonies of #FDE4FF
Complementary color
Monochromatic Colors of #FDE4FF
Black with #FDE4FF
Text Example
Text Example
White with #FDE4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE4FF; }
p { color: rgb(253,228,255); }
H1.HeaderClassName
{
color: #FDE4FF;
}
.AnyTagClassName
{
color: #FDE4FF;
}
</style>
background-color css
<style>
a { background-color: #FDE4FF; }
a { background-color: rgb(253,228,255); }
div.DivClassName
{
background-color: #FDE4FF;
}
.BgClassName
{
background-color: #FDE4FF;
}
</style>
border-color css
<style>
span { border-color: #FDE4FF; }
span { border-color: rgb(253,228,255); }
td.TdClassName
{
border-color: #FDE4FF;
}
.TagClassName
{
border-color: #FDE4FF;
}
</style>