Shades of Pale Pink #FDD4D9
Tints of Pale Pink #FDD4D9
RGB
CMYK
RGB Variations
Color information
#FDD4D9 (or 0xFDD4D9) is known color: Pale Pink. HEX triplet: FD, D4 and D9. RGB value is (253,212,217). Sum of RGB (Red+Green+Blue) = 253+212+217=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 212 (83.20% from 255 or 31.09% from 682); Blue value is 217 (85.16% from 255 or 31.82% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD4D9 is #022B26. Grayscale: #E0E0E0. Windows color (decimal): -142119 or 14275837. OLE color: 14275837.
HSL color Cylindrical-coordinate representation of color #FDD4D9: hue angle of 352.68º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FDD4D9 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 217 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.01 |
| HSL | 352.68º | 0.91% | 0.91% | - |
| HSV(B) | 352.68º | 0.16% | 0.99% | - |
| XYZ | 76.58 | 72.98 | 75.7 | - |
| YUV | 224.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 217 | 0 | 0.16 | 0.14 | 0.01 | 352.68 | 0.91 | 0.91 |
| Hex | FD | D4 | D9 | 0 | 10 | E | 1 | 161 | 5B | 5B |
| Octal | 375 | 324 | 331 | 0 | 20 | 16 | 1 | 541 | 133 | 133 |
| Binary | 11111101 | 11010100 | 11011001 | 0 | 10000 | 1110 | 1 | 101100001 | 1011011 | 1011011 |
Color Harmonies of #FDD4D9
Complementary color
Monochromatic Colors of #FDD4D9
Black with #FDD4D9
Text Example
Text Example
White with #FDD4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD4D9; }
p { color: rgb(253,212,217); }
H1.HeaderClassName
{
color: #FDD4D9;
}
.AnyTagClassName
{
color: #FDD4D9;
}
</style>
background-color css
<style>
a { background-color: #FDD4D9; }
a { background-color: rgb(253,212,217); }
div.DivClassName
{
background-color: #FDD4D9;
}
.BgClassName
{
background-color: #FDD4D9;
}
</style>
border-color css
<style>
span { border-color: #FDD4D9; }
span { border-color: rgb(253,212,217); }
td.TdClassName
{
border-color: #FDD4D9;
}
.TagClassName
{
border-color: #FDD4D9;
}
</style>