Shades of Pale Pink #FDDCDD
Tints of Pale Pink #FDDCDD
RGB
CMYK
RGB Variations
Color information
#FDDCDD (or 0xFDDCDD) is known color: Pale Pink. HEX triplet: FD, DC and DD. RGB value is (253,220,221). Sum of RGB (Red+Green+Blue) = 253+220+221=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 221 (86.72% from 255 or 31.84% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCDD is #022322. Grayscale: #E6E6E6. Windows color (decimal): -140067 or 14540029. OLE color: 14540029.
HSL color Cylindrical-coordinate representation of color #FDDCDD: hue angle of 358.18º 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 #FDDCDD is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 220 | 221 | - |
CMYK | 0 | 0.13 | 0.13 | 0.01 |
HSL | 358.18º | 0.89% | 0.93% | - |
HSV(B) | 358.18º | 0.13% | 0.99% | - |
XYZ | 79.15 | 77.29 | 79.15 | - |
YUV | 229.98 | 122.93 | 144.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 220 | 221 | 0 | 0.13 | 0.13 | 0.01 | 358.18 | 0.89 | 0.93 |
Hex | FD | DC | DD | 0 | D | D | 1 | 166 | 59 | 5D |
Octal | 375 | 334 | 335 | 0 | 15 | 15 | 1 | 546 | 131 | 135 |
Binary | 11111101 | 11011100 | 11011101 | 0 | 1101 | 1101 | 1 | 101100110 | 1011001 | 1011101 |
Color Harmonies of #FDDCDD
Complementary color
Monochromatic Colors of #FDDCDD
Black with #FDDCDD
Text Example
Text Example
White with #FDDCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCDD; }
p { color: rgb(253,220,221); }
H1.HeaderClassName
{
color: #FDDCDD;
}
.AnyTagClassName
{
color: #FDDCDD;
}
</style>
background-color css
<style>
a { background-color: #FDDCDD; }
a { background-color: rgb(253,220,221); }
div.DivClassName
{
background-color: #FDDCDD;
}
.BgClassName
{
background-color: #FDDCDD;
}
</style>
border-color css
<style>
span { border-color: #FDDCDD; }
span { border-color: rgb(253,220,221); }
td.TdClassName
{
border-color: #FDDCDD;
}
.TagClassName
{
border-color: #FDDCDD;
}
</style>