Shades of Selago #FDE0FE
Tints of Selago #FDE0FE
RGB
CMYK
RGB Variations
Color information
#FDE0FE (or 0xFDE0FE) is known color: Selago. HEX triplet: FD, E0 and FE. RGB value is (253,224,254). Sum of RGB (Red+Green+Blue) = 253+224+254=731 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.61% from 731); Green value is 224 (87.89% from 255 or 30.64% from 731); Blue value is 254 (99.61% from 255 or 34.75% from 731); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDE0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE0FE is #021F01. Grayscale: #ECECEC. Windows color (decimal): -139010 or 16703741. OLE color: 16703741.
HSL color Cylindrical-coordinate representation of color #FDE0FE: hue angle of 298º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDE0FE is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 224 | 254 | - |
| CMYK | 0.00 | 0.12 | 0 | 0.00 |
| HSL | 298º | 0.94% | 0.94% | - |
| HSV(B) | 298º | 0.12% | 1% | - |
| XYZ | 85.05 | 81.35 | 104.99 | - |
| YUV | 236.09 | 138.11 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 254 | 0.00 | 0.12 | 0 | 0.00 | 298 | 0.94 | 0.94 |
| Hex | FD | E0 | FE | 0 | C | 0 | 0 | 12A | 5E | 5E |
| Octal | 375 | 340 | 376 | 0 | 14 | 0 | 0 | 452 | 136 | 136 |
| Binary | 11111101 | 11100000 | 11111110 | 0 | 1100 | 0 | 0 | 100101010 | 1011110 | 1011110 |
Color Harmonies of #FDE0FE
Complementary color
Monochromatic Colors of #FDE0FE
Black with #FDE0FE
Text Example
Text Example
White with #FDE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE0FE; }
p { color: rgb(253,224,254); }
H1.HeaderClassName
{
color: #FDE0FE;
}
.AnyTagClassName
{
color: #FDE0FE;
}
</style>
background-color css
<style>
a { background-color: #FDE0FE; }
a { background-color: rgb(253,224,254); }
div.DivClassName
{
background-color: #FDE0FE;
}
.BgClassName
{
background-color: #FDE0FE;
}
</style>
border-color css
<style>
span { border-color: #FDE0FE; }
span { border-color: rgb(253,224,254); }
td.TdClassName
{
border-color: #FDE0FE;
}
.TagClassName
{
border-color: #FDE0FE;
}
</style>