Shades of Pale Pink #FFDDE0
Tints of Pale Pink #FFDDE0
RGB
CMYK
RGB Variations
Color information
#FFDDE0 (or 0xFFDDE0) is known color: Pale Pink. HEX triplet: FF, DD and E0. RGB value is (255,221,224). Sum of RGB (Red+Green+Blue) = 255+221+224=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 221 (86.72% from 255 or 31.57% from 700); Blue value is 224 (87.89% from 255 or 32% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDE0 is #00221F. Grayscale: #E7E7E7. Windows color (decimal): -8736 or 14736895. OLE color: 14736895.
HSL color Cylindrical-coordinate representation of color #FFDDE0: hue angle of 354.71º 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 #FFDDE0 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 224 | - |
| CMYK | 0 | 0.13 | 0.12 | 0 |
| HSL | 354.71º | 1% | 0.93% | - |
| HSV(B) | 354.71º | 0.13% | 1% | - |
| XYZ | 80.55 | 78.35 | 81.4 | - |
| YUV | 231.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 224 | 0 | 0.13 | 0.12 | 0 | 354.71 | 1 | 0.93 |
| Hex | FF | DD | E0 | 0 | D | C | 0 | 163 | 64 | 5D |
| Octal | 377 | 335 | 340 | 0 | 15 | 14 | 0 | 543 | 144 | 135 |
| Binary | 11111111 | 11011101 | 11100000 | 0 | 1101 | 1100 | 0 | 101100011 | 1100100 | 1011101 |
Color Harmonies of #FFDDE0
Complementary color
Monochromatic Colors of #FFDDE0
Black with #FFDDE0
Text Example
Text Example
White with #FFDDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDE0; }
p { color: rgb(255,221,224); }
H1.HeaderClassName
{
color: #FFDDE0;
}
.AnyTagClassName
{
color: #FFDDE0;
}
</style>
background-color css
<style>
a { background-color: #FFDDE0; }
a { background-color: rgb(255,221,224); }
div.DivClassName
{
background-color: #FFDDE0;
}
.BgClassName
{
background-color: #FFDDE0;
}
</style>
border-color css
<style>
span { border-color: #FFDDE0; }
span { border-color: rgb(255,221,224); }
td.TdClassName
{
border-color: #FFDDE0;
}
.TagClassName
{
border-color: #FFDDE0;
}
</style>