Shades of Selago #FDE4FC
Tints of Selago #FDE4FC
RGB
CMYK
RGB Variations
Color information
#FDE4FC (or 0xFDE4FC) is known color: Selago. HEX triplet: FD, E4 and FC. RGB value is (253,228,252). Sum of RGB (Red+Green+Blue) = 253+228+252=733 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.52% from 733); Green value is 228 (89.45% from 255 or 31.11% from 733); Blue value is 252 (98.83% from 255 or 34.38% from 733); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE4FC is #021B03. Grayscale: #EEEEEE. Windows color (decimal): -137988 or 16573693. OLE color: 16573693.
HSL color Cylindrical-coordinate representation of color #FDE4FC: hue angle of 302.4º degrees, saturation: 0.86, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FDE4FC is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 252 | - |
| CMYK | 0 | 0.10 | 0.00 | 0.01 |
| HSL | 302.4º | 0.86% | 0.94% | - |
| HSV(B) | 302.4º | 0.1% | 0.99% | - |
| XYZ | 85.82 | 83.4 | 103.67 | - |
| YUV | 238.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 252 | 0 | 0.10 | 0.00 | 0.01 | 302.4 | 0.86 | 0.94 |
| Hex | FD | E4 | FC | 0 | A | 0 | 1 | 12E | 56 | 5E |
| Octal | 375 | 344 | 374 | 0 | 12 | 0 | 1 | 456 | 126 | 136 |
| Binary | 11111101 | 11100100 | 11111100 | 0 | 1010 | 0 | 1 | 100101110 | 1010110 | 1011110 |
Color Harmonies of #FDE4FC
Complementary color
Monochromatic Colors of #FDE4FC
Black with #FDE4FC
Text Example
Text Example
White with #FDE4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE4FC; }
p { color: rgb(253,228,252); }
H1.HeaderClassName
{
color: #FDE4FC;
}
.AnyTagClassName
{
color: #FDE4FC;
}
</style>
background-color css
<style>
a { background-color: #FDE4FC; }
a { background-color: rgb(253,228,252); }
div.DivClassName
{
background-color: #FDE4FC;
}
.BgClassName
{
background-color: #FDE4FC;
}
</style>
border-color css
<style>
span { border-color: #FDE4FC; }
span { border-color: rgb(253,228,252); }
td.TdClassName
{
border-color: #FDE4FC;
}
.TagClassName
{
border-color: #FDE4FC;
}
</style>