Shades of Selago #FDE9FF
Tints of Selago #FDE9FF
RGB
CMYK
RGB Variations
Color information
#FDE9FF (or 0xFDE9FF) is known color: Selago. HEX triplet: FD, E9 and FF. RGB value is (253,233,255). Sum of RGB (Red+Green+Blue) = 253+233+255=741 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.14% from 741); Green value is 233 (91.41% from 255 or 31.44% from 741); Blue value is 255 (100% from 255 or 34.41% from 741); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDE9FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE9FF is #021600. Grayscale: #F1F1F1. Windows color (decimal): -136705 or 16771581. OLE color: 16771581.
HSL color Cylindrical-coordinate representation of color #FDE9FF: hue angle of 294.55º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDE9FF is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 233 | 255 | - |
| CMYK | 0.01 | 0.09 | 0 | 0 |
| HSL | 294.55º | 1% | 0.96% | - |
| HSV(B) | 294.55º | 0.09% | 1% | - |
| XYZ | 87.7 | 86.38 | 106.66 | - |
| YUV | 241.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 255 | 0.01 | 0.09 | 0 | 0 | 294.55 | 1 | 0.96 |
| Hex | FD | E9 | FF | 1 | 9 | 0 | 0 | 127 | 64 | 60 |
| Octal | 375 | 351 | 377 | 1 | 11 | 0 | 0 | 447 | 144 | 140 |
| Binary | 11111101 | 11101001 | 11111111 | 1 | 1001 | 0 | 0 | 100100111 | 1100100 | 1100000 |
Color Harmonies of #FDE9FF
Complementary color
Monochromatic Colors of #FDE9FF
Black with #FDE9FF
Text Example
Text Example
White with #FDE9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE9FF; }
p { color: rgb(253,233,255); }
H1.HeaderClassName
{
color: #FDE9FF;
}
.AnyTagClassName
{
color: #FDE9FF;
}
</style>
background-color css
<style>
a { background-color: #FDE9FF; }
a { background-color: rgb(253,233,255); }
div.DivClassName
{
background-color: #FDE9FF;
}
.BgClassName
{
background-color: #FDE9FF;
}
</style>
border-color css
<style>
span { border-color: #FDE9FF; }
span { border-color: rgb(253,233,255); }
td.TdClassName
{
border-color: #FDE9FF;
}
.TagClassName
{
border-color: #FDE9FF;
}
</style>