Shades of Selago #FDE2FF
Tints of Selago #FDE2FF
RGB
CMYK
RGB Variations
Color information
#FDE2FF (or 0xFDE2FF) is known color: Selago. HEX triplet: FD, E2 and FF. RGB value is (253,226,255). Sum of RGB (Red+Green+Blue) = 253+226+255=734 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.47% from 734); Green value is 226 (88.67% from 255 or 30.79% from 734); Blue value is 255 (100% from 255 or 34.74% from 734); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDE2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE2FF is #021D00. Grayscale: #EDEDED. Windows color (decimal): -138497 or 16769789. OLE color: 16769789.
HSL color Cylindrical-coordinate representation of color #FDE2FF: hue angle of 295.86º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDE2FF is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 226 | 255 | - |
| CMYK | 0.01 | 0.11 | 0 | 0 |
| HSL | 295.86º | 1% | 0.94% | - |
| HSV(B) | 295.86º | 0.11% | 1% | - |
| XYZ | 85.75 | 82.5 | 106.01 | - |
| YUV | 237.38 | 137.95 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 255 | 0.01 | 0.11 | 0 | 0 | 295.86 | 1 | 0.94 |
| Hex | FD | E2 | FF | 1 | B | 0 | 0 | 128 | 64 | 5E |
| Octal | 375 | 342 | 377 | 1 | 13 | 0 | 0 | 450 | 144 | 136 |
| Binary | 11111101 | 11100010 | 11111111 | 1 | 1011 | 0 | 0 | 100101000 | 1100100 | 1011110 |
Color Harmonies of #FDE2FF
Complementary color
Monochromatic Colors of #FDE2FF
Black with #FDE2FF
Text Example
Text Example
White with #FDE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE2FF; }
p { color: rgb(253,226,255); }
H1.HeaderClassName
{
color: #FDE2FF;
}
.AnyTagClassName
{
color: #FDE2FF;
}
</style>
background-color css
<style>
a { background-color: #FDE2FF; }
a { background-color: rgb(253,226,255); }
div.DivClassName
{
background-color: #FDE2FF;
}
.BgClassName
{
background-color: #FDE2FF;
}
</style>
border-color css
<style>
span { border-color: #FDE2FF; }
span { border-color: rgb(253,226,255); }
td.TdClassName
{
border-color: #FDE2FF;
}
.TagClassName
{
border-color: #FDE2FF;
}
</style>