Shades of Selago #FDE6FD
Tints of Selago #FDE6FD
RGB
CMYK
RGB Variations
Color information
#FDE6FD (or 0xFDE6FD) is known color: Selago. HEX triplet: FD, E6 and FD. RGB value is (253,230,253). Sum of RGB (Red+Green+Blue) = 253+230+253=736 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.38% from 736); Green value is 230 (90.23% from 255 or 31.25% from 736); Blue value is 253 (99.22% from 255 or 34.38% from 736); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDE6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE6FD is #021902. Grayscale: #EFEFEF. Windows color (decimal): -137475 or 16639741. OLE color: 16639741.
HSL color Cylindrical-coordinate representation of color #FDE6FD: hue angle of 300º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDE6FD is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 253 | - |
| CMYK | 0 | 0.09 | 0 | 0.01 |
| HSL | 300º | 0.85% | 0.95% | - |
| HSV(B) | 300º | 0.09% | 0.99% | - |
| XYZ | 86.53 | 84.57 | 104.69 | - |
| YUV | 239.5 | 135.62 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 253 | 0 | 0.09 | 0 | 0.01 | 300 | 0.85 | 0.95 |
| Hex | FD | E6 | FD | 0 | 9 | 0 | 1 | 12C | 55 | 5F |
| Octal | 375 | 346 | 375 | 0 | 11 | 0 | 1 | 454 | 125 | 137 |
| Binary | 11111101 | 11100110 | 11111101 | 0 | 1001 | 0 | 1 | 100101100 | 1010101 | 1011111 |
Color Harmonies of #FDE6FD
Complementary color
Monochromatic Colors of #FDE6FD
Black with #FDE6FD
Text Example
Text Example
White with #FDE6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE6FD; }
p { color: rgb(253,230,253); }
H1.HeaderClassName
{
color: #FDE6FD;
}
.AnyTagClassName
{
color: #FDE6FD;
}
</style>
background-color css
<style>
a { background-color: #FDE6FD; }
a { background-color: rgb(253,230,253); }
div.DivClassName
{
background-color: #FDE6FD;
}
.BgClassName
{
background-color: #FDE6FD;
}
</style>
border-color css
<style>
span { border-color: #FDE6FD; }
span { border-color: rgb(253,230,253); }
td.TdClassName
{
border-color: #FDE6FD;
}
.TagClassName
{
border-color: #FDE6FD;
}
</style>