Shades of Selago #FDE7FA
Tints of Selago #FDE7FA
RGB
CMYK
RGB Variations
Color information
#FDE7FA (or 0xFDE7FA) is known color: Selago. HEX triplet: FD, E7 and FA. RGB value is (253,231,250). Sum of RGB (Red+Green+Blue) = 253+231+250=734 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.47% from 734); Green value is 231 (90.62% from 255 or 31.47% from 734); Blue value is 250 (98.05% from 255 or 34.06% from 734); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE7FA is #021805. Grayscale: #EFEFEF. Windows color (decimal): -137222 or 16443389. OLE color: 16443389.
HSL color Cylindrical-coordinate representation of color #FDE7FA: hue angle of 308.18º 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 #FDE7FA is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 250 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.01 |
| HSL | 308.18º | 0.85% | 0.95% | - |
| HSV(B) | 308.18º | 0.09% | 0.99% | - |
| XYZ | 86.34 | 84.94 | 102.29 | - |
| YUV | 239.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 250 | 0 | 0.09 | 0.01 | 0.01 | 308.18 | 0.85 | 0.95 |
| Hex | FD | E7 | FA | 0 | 9 | 1 | 1 | 134 | 55 | 5F |
| Octal | 375 | 347 | 372 | 0 | 11 | 1 | 1 | 464 | 125 | 137 |
| Binary | 11111101 | 11100111 | 11111010 | 0 | 1001 | 1 | 1 | 100110100 | 1010101 | 1011111 |
Color Harmonies of #FDE7FA
Complementary color
Monochromatic Colors of #FDE7FA
Black with #FDE7FA
Text Example
Text Example
White with #FDE7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7FA; }
p { color: rgb(253,231,250); }
H1.HeaderClassName
{
color: #FDE7FA;
}
.AnyTagClassName
{
color: #FDE7FA;
}
</style>
background-color css
<style>
a { background-color: #FDE7FA; }
a { background-color: rgb(253,231,250); }
div.DivClassName
{
background-color: #FDE7FA;
}
.BgClassName
{
background-color: #FDE7FA;
}
</style>
border-color css
<style>
span { border-color: #FDE7FA; }
span { border-color: rgb(253,231,250); }
td.TdClassName
{
border-color: #FDE7FA;
}
.TagClassName
{
border-color: #FDE7FA;
}
</style>