Shades of Selago #FDE4FA
Tints of Selago #FDE4FA
RGB
CMYK
RGB Variations
Color information
#FDE4FA (or 0xFDE4FA) is known color: Selago. HEX triplet: FD, E4 and FA. RGB value is (253,228,250). Sum of RGB (Red+Green+Blue) = 253+228+250=731 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.61% from 731); Green value is 228 (89.45% from 255 or 31.19% from 731); Blue value is 250 (98.05% from 255 or 34.20% from 731); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE4FA is #021B05. Grayscale: #EDEDED. Windows color (decimal): -137990 or 16442621. OLE color: 16442621.
HSL color Cylindrical-coordinate representation of color #FDE4FA: hue angle of 307.2º 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 #FDE4FA is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 250 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.01 |
| HSL | 307.2º | 0.86% | 0.94% | - |
| HSV(B) | 307.2º | 0.1% | 0.99% | - |
| XYZ | 85.51 | 83.27 | 102.01 | - |
| YUV | 237.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 250 | 0 | 0.10 | 0.01 | 0.01 | 307.2 | 0.86 | 0.94 |
| Hex | FD | E4 | FA | 0 | A | 1 | 1 | 133 | 56 | 5E |
| Octal | 375 | 344 | 372 | 0 | 12 | 1 | 1 | 463 | 126 | 136 |
| Binary | 11111101 | 11100100 | 11111010 | 0 | 1010 | 1 | 1 | 100110011 | 1010110 | 1011110 |
Color Harmonies of #FDE4FA
Complementary color
Monochromatic Colors of #FDE4FA
Black with #FDE4FA
Text Example
Text Example
White with #FDE4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE4FA; }
p { color: rgb(253,228,250); }
H1.HeaderClassName
{
color: #FDE4FA;
}
.AnyTagClassName
{
color: #FDE4FA;
}
</style>
background-color css
<style>
a { background-color: #FDE4FA; }
a { background-color: rgb(253,228,250); }
div.DivClassName
{
background-color: #FDE4FA;
}
.BgClassName
{
background-color: #FDE4FA;
}
</style>
border-color css
<style>
span { border-color: #FDE4FA; }
span { border-color: rgb(253,228,250); }
td.TdClassName
{
border-color: #FDE4FA;
}
.TagClassName
{
border-color: #FDE4FA;
}
</style>