Shades of Selago #FDE7FD
Tints of Selago #FDE7FD
RGB
CMYK
RGB Variations
Color information
#FDE7FD (or 0xFDE7FD) is known color: Selago. HEX triplet: FD, E7 and FD. RGB value is (253,231,253). Sum of RGB (Red+Green+Blue) = 253+231+253=737 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.33% from 737); Green value is 231 (90.62% from 255 or 31.34% from 737); Blue value is 253 (99.22% from 255 or 34.33% from 737); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDE7FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE7FD is #021802. Grayscale: #F0F0F0. Windows color (decimal): -137219 or 16639997. OLE color: 16639997.
HSL color Cylindrical-coordinate representation of color #FDE7FD: 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 #FDE7FD is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 253 | - |
| CMYK | 0 | 0.09 | 0 | 0.01 |
| HSL | 300º | 0.85% | 0.95% | - |
| HSV(B) | 300º | 0.09% | 0.99% | - |
| XYZ | 86.81 | 85.13 | 104.78 | - |
| YUV | 240.09 | 135.29 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 253 | 0 | 0.09 | 0 | 0.01 | 300 | 0.85 | 0.95 |
| Hex | FD | E7 | FD | 0 | 9 | 0 | 1 | 12C | 55 | 5F |
| Octal | 375 | 347 | 375 | 0 | 11 | 0 | 1 | 454 | 125 | 137 |
| Binary | 11111101 | 11100111 | 11111101 | 0 | 1001 | 0 | 1 | 100101100 | 1010101 | 1011111 |
Color Harmonies of #FDE7FD
Complementary color
Monochromatic Colors of #FDE7FD
Black with #FDE7FD
Text Example
Text Example
White with #FDE7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7FD; }
p { color: rgb(253,231,253); }
H1.HeaderClassName
{
color: #FDE7FD;
}
.AnyTagClassName
{
color: #FDE7FD;
}
</style>
background-color css
<style>
a { background-color: #FDE7FD; }
a { background-color: rgb(253,231,253); }
div.DivClassName
{
background-color: #FDE7FD;
}
.BgClassName
{
background-color: #FDE7FD;
}
</style>
border-color css
<style>
span { border-color: #FDE7FD; }
span { border-color: rgb(253,231,253); }
td.TdClassName
{
border-color: #FDE7FD;
}
.TagClassName
{
border-color: #FDE7FD;
}
</style>