Shades of Pale Pink #FDDDE1
Tints of Pale Pink #FDDDE1
RGB
CMYK
RGB Variations
Color information
#FDDDE1 (or 0xFDDDE1) is known color: Pale Pink. HEX triplet: FD, DD and E1. RGB value is (253,221,225). Sum of RGB (Red+Green+Blue) = 253+221+225=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 221 (86.72% from 255 or 31.62% from 699); Blue value is 225 (88.28% from 255 or 32.19% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDE1 is #02221E. Grayscale: #E7E7E7. Windows color (decimal): -139807 or 14802429. OLE color: 14802429.
HSL color Cylindrical-coordinate representation of color #FDDDE1: hue angle of 352.5º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDDDE1 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 225 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.01 |
| HSL | 352.5º | 0.89% | 0.93% | - |
| HSV(B) | 352.5º | 0.13% | 0.99% | - |
| XYZ | 79.96 | 78.03 | 82.08 | - |
| YUV | 231.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 225 | 0 | 0.13 | 0.11 | 0.01 | 352.5 | 0.89 | 0.93 |
| Hex | FD | DD | E1 | 0 | D | B | 1 | 160 | 59 | 5D |
| Octal | 375 | 335 | 341 | 0 | 15 | 13 | 1 | 540 | 131 | 135 |
| Binary | 11111101 | 11011101 | 11100001 | 0 | 1101 | 1011 | 1 | 101100000 | 1011001 | 1011101 |
Color Harmonies of #FDDDE1
Complementary color
Monochromatic Colors of #FDDDE1
Black with #FDDDE1
Text Example
Text Example
White with #FDDDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDE1; }
p { color: rgb(253,221,225); }
H1.HeaderClassName
{
color: #FDDDE1;
}
.AnyTagClassName
{
color: #FDDDE1;
}
</style>
background-color css
<style>
a { background-color: #FDDDE1; }
a { background-color: rgb(253,221,225); }
div.DivClassName
{
background-color: #FDDDE1;
}
.BgClassName
{
background-color: #FDDDE1;
}
</style>
border-color css
<style>
span { border-color: #FDDDE1; }
span { border-color: rgb(253,221,225); }
td.TdClassName
{
border-color: #FDDDE1;
}
.TagClassName
{
border-color: #FDDDE1;
}
</style>