Shades of Pale Pink #FFDDE1
Tints of Pale Pink #FFDDE1
RGB
CMYK
RGB Variations
Color information
#FFDDE1 (or 0xFFDDE1) is known color: Pale Pink. HEX triplet: FF, DD and E1. RGB value is (255,221,225). Sum of RGB (Red+Green+Blue) = 255+221+225=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 221 (86.72% from 255 or 31.53% from 701); Blue value is 225 (88.28% from 255 or 32.10% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDE1 is #00221E. Grayscale: #E7E7E7. Windows color (decimal): -8735 or 14802431. OLE color: 14802431.
HSL color Cylindrical-coordinate representation of color #FFDDE1: hue angle of 352.94º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDDE1 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 225 | - |
| CMYK | 0 | 0.13 | 0.12 | 0 |
| HSL | 352.94º | 1% | 0.93% | - |
| HSV(B) | 352.94º | 0.13% | 1% | - |
| XYZ | 80.69 | 78.41 | 82.12 | - |
| YUV | 231.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 225 | 0 | 0.13 | 0.12 | 0 | 352.94 | 1 | 0.93 |
| Hex | FF | DD | E1 | 0 | D | C | 0 | 161 | 64 | 5D |
| Octal | 377 | 335 | 341 | 0 | 15 | 14 | 0 | 541 | 144 | 135 |
| Binary | 11111111 | 11011101 | 11100001 | 0 | 1101 | 1100 | 0 | 101100001 | 1100100 | 1011101 |
Color Harmonies of #FFDDE1
Complementary color
Monochromatic Colors of #FFDDE1
Black with #FFDDE1
Text Example
Text Example
White with #FFDDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDE1; }
p { color: rgb(255,221,225); }
H1.HeaderClassName
{
color: #FFDDE1;
}
.AnyTagClassName
{
color: #FFDDE1;
}
</style>
background-color css
<style>
a { background-color: #FFDDE1; }
a { background-color: rgb(255,221,225); }
div.DivClassName
{
background-color: #FFDDE1;
}
.BgClassName
{
background-color: #FFDDE1;
}
</style>
border-color css
<style>
span { border-color: #FFDDE1; }
span { border-color: rgb(255,221,225); }
td.TdClassName
{
border-color: #FFDDE1;
}
.TagClassName
{
border-color: #FFDDE1;
}
</style>