Shades of Pale Pink #FDE7E8
Tints of Pale Pink #FDE7E8
RGB
CMYK
RGB Variations
Color information
#FDE7E8 (or 0xFDE7E8) is known color: Pale Pink. HEX triplet: FD, E7 and E8. RGB value is (253,231,232). Sum of RGB (Red+Green+Blue) = 253+231+232=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 231 (90.62% from 255 or 32.26% from 716); Blue value is 232 (91.02% from 255 or 32.40% from 716); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE7E8 is #021817. Grayscale: #EDEDED. Windows color (decimal): -137240 or 15263741. OLE color: 15263741.
HSL color Cylindrical-coordinate representation of color #FDE7E8: hue angle of 357.27º 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 #FDE7E8 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 232 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.01 |
| HSL | 357.27º | 0.85% | 0.95% | - |
| HSV(B) | 357.27º | 0.09% | 0.99% | - |
| XYZ | 83.65 | 83.86 | 88.12 | - |
| YUV | 237.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 232 | 0 | 0.09 | 0.08 | 0.01 | 357.27 | 0.85 | 0.95 |
| Hex | FD | E7 | E8 | 0 | 9 | 8 | 1 | 165 | 55 | 5F |
| Octal | 375 | 347 | 350 | 0 | 11 | 10 | 1 | 545 | 125 | 137 |
| Binary | 11111101 | 11100111 | 11101000 | 0 | 1001 | 1000 | 1 | 101100101 | 1010101 | 1011111 |
Color Harmonies of #FDE7E8
Complementary color
Monochromatic Colors of #FDE7E8
Black with #FDE7E8
Text Example
Text Example
White with #FDE7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7E8; }
p { color: rgb(253,231,232); }
H1.HeaderClassName
{
color: #FDE7E8;
}
.AnyTagClassName
{
color: #FDE7E8;
}
</style>
background-color css
<style>
a { background-color: #FDE7E8; }
a { background-color: rgb(253,231,232); }
div.DivClassName
{
background-color: #FDE7E8;
}
.BgClassName
{
background-color: #FDE7E8;
}
</style>
border-color css
<style>
span { border-color: #FDE7E8; }
span { border-color: rgb(253,231,232); }
td.TdClassName
{
border-color: #FDE7E8;
}
.TagClassName
{
border-color: #FDE7E8;
}
</style>