Shades of Selago #FDE3FF
Tints of Selago #FDE3FF
RGB
CMYK
RGB Variations
Color information
#FDE3FF (or 0xFDE3FF) is known color: Selago. HEX triplet: FD, E3 and FF. RGB value is (253,227,255). Sum of RGB (Red+Green+Blue) = 253+227+255=735 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.42% from 735); Green value is 227 (89.06% from 255 or 30.88% from 735); Blue value is 255 (100% from 255 or 34.69% from 735); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDE3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE3FF is #021C00. Grayscale: #EDEDED. Windows color (decimal): -138241 or 16770045. OLE color: 16770045.
HSL color Cylindrical-coordinate representation of color #FDE3FF: hue angle of 295.71º 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 #FDE3FF is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 227 | 255 | - |
| CMYK | 0.01 | 0.11 | 0 | 0 |
| HSL | 295.71º | 1% | 0.95% | - |
| HSV(B) | 295.71º | 0.11% | 1% | - |
| XYZ | 86.03 | 83.04 | 106.1 | - |
| YUV | 237.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 255 | 0.01 | 0.11 | 0 | 0 | 295.71 | 1 | 0.95 |
| Hex | FD | E3 | FF | 1 | B | 0 | 0 | 128 | 64 | 5F |
| Octal | 375 | 343 | 377 | 1 | 13 | 0 | 0 | 450 | 144 | 137 |
| Binary | 11111101 | 11100011 | 11111111 | 1 | 1011 | 0 | 0 | 100101000 | 1100100 | 1011111 |
Color Harmonies of #FDE3FF
Complementary color
Monochromatic Colors of #FDE3FF
Black with #FDE3FF
Text Example
Text Example
White with #FDE3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE3FF; }
p { color: rgb(253,227,255); }
H1.HeaderClassName
{
color: #FDE3FF;
}
.AnyTagClassName
{
color: #FDE3FF;
}
</style>
background-color css
<style>
a { background-color: #FDE3FF; }
a { background-color: rgb(253,227,255); }
div.DivClassName
{
background-color: #FDE3FF;
}
.BgClassName
{
background-color: #FDE3FF;
}
</style>
border-color css
<style>
span { border-color: #FDE3FF; }
span { border-color: rgb(253,227,255); }
td.TdClassName
{
border-color: #FDE3FF;
}
.TagClassName
{
border-color: #FDE3FF;
}
</style>