Shades of Selago #FDE0FF
Tints of Selago #FDE0FF
RGB
CMYK
RGB Variations
Color information
#FDE0FF (or 0xFDE0FF) is known color: Selago. HEX triplet: FD, E0 and FF. RGB value is (253,224,255). Sum of RGB (Red+Green+Blue) = 253+224+255=732 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.56% from 732); Green value is 224 (87.89% from 255 or 30.60% from 732); Blue value is 255 (100% from 255 or 34.84% from 732); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDE0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE0FF is #021F00. Grayscale: #ECECEC. Windows color (decimal): -139009 or 16769277. OLE color: 16769277.
HSL color Cylindrical-coordinate representation of color #FDE0FF: hue angle of 296.13º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDE0FF is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 224 | 255 | - |
| CMYK | 0.01 | 0.12 | 0 | 0 |
| HSL | 296.13º | 1% | 0.94% | - |
| HSV(B) | 296.13º | 0.12% | 1% | - |
| XYZ | 85.21 | 81.41 | 105.83 | - |
| YUV | 236.21 | 138.61 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 255 | 0.01 | 0.12 | 0 | 0 | 296.13 | 1 | 0.94 |
| Hex | FD | E0 | FF | 1 | C | 0 | 0 | 128 | 64 | 5E |
| Octal | 375 | 340 | 377 | 1 | 14 | 0 | 0 | 450 | 144 | 136 |
| Binary | 11111101 | 11100000 | 11111111 | 1 | 1100 | 0 | 0 | 100101000 | 1100100 | 1011110 |
Color Harmonies of #FDE0FF
Complementary color
Monochromatic Colors of #FDE0FF
Black with #FDE0FF
Text Example
Text Example
White with #FDE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE0FF; }
p { color: rgb(253,224,255); }
H1.HeaderClassName
{
color: #FDE0FF;
}
.AnyTagClassName
{
color: #FDE0FF;
}
</style>
background-color css
<style>
a { background-color: #FDE0FF; }
a { background-color: rgb(253,224,255); }
div.DivClassName
{
background-color: #FDE0FF;
}
.BgClassName
{
background-color: #FDE0FF;
}
</style>
border-color css
<style>
span { border-color: #FDE0FF; }
span { border-color: rgb(253,224,255); }
td.TdClassName
{
border-color: #FDE0FF;
}
.TagClassName
{
border-color: #FDE0FF;
}
</style>