Shades of Pale Pink #FDDDE0
Tints of Pale Pink #FDDDE0
RGB
CMYK
RGB Variations
Color information
#FDDDE0 (or 0xFDDDE0) is known color: Pale Pink. HEX triplet: FD, DD and E0. RGB value is (253,221,224). Sum of RGB (Red+Green+Blue) = 253+221+224=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 221 (86.72% from 255 or 31.66% from 698); Blue value is 224 (87.89% from 255 or 32.09% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDE0 is #02221F. Grayscale: #E6E6E6. Windows color (decimal): -139808 or 14736893. OLE color: 14736893.
HSL color Cylindrical-coordinate representation of color #FDDDE0: hue angle of 354.38º 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 #FDDDE0 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 224 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.01 |
| HSL | 354.38º | 0.89% | 0.93% | - |
| HSV(B) | 354.38º | 0.13% | 0.99% | - |
| XYZ | 79.82 | 77.98 | 81.37 | - |
| YUV | 230.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 224 | 0 | 0.13 | 0.11 | 0.01 | 354.38 | 0.89 | 0.93 |
| Hex | FD | DD | E0 | 0 | D | B | 1 | 162 | 59 | 5D |
| Octal | 375 | 335 | 340 | 0 | 15 | 13 | 1 | 542 | 131 | 135 |
| Binary | 11111101 | 11011101 | 11100000 | 0 | 1101 | 1011 | 1 | 101100010 | 1011001 | 1011101 |
Color Harmonies of #FDDDE0
Complementary color
Monochromatic Colors of #FDDDE0
Black with #FDDDE0
Text Example
Text Example
White with #FDDDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDE0; }
p { color: rgb(253,221,224); }
H1.HeaderClassName
{
color: #FDDDE0;
}
.AnyTagClassName
{
color: #FDDDE0;
}
</style>
background-color css
<style>
a { background-color: #FDDDE0; }
a { background-color: rgb(253,221,224); }
div.DivClassName
{
background-color: #FDDDE0;
}
.BgClassName
{
background-color: #FDDDE0;
}
</style>
border-color css
<style>
span { border-color: #FDDDE0; }
span { border-color: rgb(253,221,224); }
td.TdClassName
{
border-color: #FDDDE0;
}
.TagClassName
{
border-color: #FDDDE0;
}
</style>