Shades of Selago #FDE0F8
Tints of Selago #FDE0F8
RGB
CMYK
RGB Variations
Color information
#FDE0F8 (or 0xFDE0F8) is known color: Selago. HEX triplet: FD, E0 and F8. RGB value is (253,224,248). Sum of RGB (Red+Green+Blue) = 253+224+248=725 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.90% from 725); Green value is 224 (87.89% from 255 or 30.90% from 725); Blue value is 248 (97.27% from 255 or 34.21% from 725); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE0F8 is #021F07. Grayscale: #EBEBEB. Windows color (decimal): -139016 or 16310525. OLE color: 16310525.
HSL color Cylindrical-coordinate representation of color #FDE0F8: hue angle of 310.34º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDE0F8 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 248 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.01 |
| HSL | 310.34º | 0.88% | 0.94% | - |
| HSV(B) | 310.34º | 0.11% | 0.99% | - |
| XYZ | 84.11 | 80.97 | 100 | - |
| YUV | 235.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 248 | 0 | 0.11 | 0.02 | 0.01 | 310.34 | 0.88 | 0.94 |
| Hex | FD | E0 | F8 | 0 | B | 2 | 1 | 136 | 58 | 5E |
| Octal | 375 | 340 | 370 | 0 | 13 | 2 | 1 | 466 | 130 | 136 |
| Binary | 11111101 | 11100000 | 11111000 | 0 | 1011 | 10 | 1 | 100110110 | 1011000 | 1011110 |
Color Harmonies of #FDE0F8
Complementary color
Monochromatic Colors of #FDE0F8
Black with #FDE0F8
Text Example
Text Example
White with #FDE0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE0F8; }
p { color: rgb(253,224,248); }
H1.HeaderClassName
{
color: #FDE0F8;
}
.AnyTagClassName
{
color: #FDE0F8;
}
</style>
background-color css
<style>
a { background-color: #FDE0F8; }
a { background-color: rgb(253,224,248); }
div.DivClassName
{
background-color: #FDE0F8;
}
.BgClassName
{
background-color: #FDE0F8;
}
</style>
border-color css
<style>
span { border-color: #FDE0F8; }
span { border-color: rgb(253,224,248); }
td.TdClassName
{
border-color: #FDE0F8;
}
.TagClassName
{
border-color: #FDE0F8;
}
</style>