Shades of Pale Pink #FDDADC
Tints of Pale Pink #FDDADC
RGB
CMYK
RGB Variations
Color information
#FDDADC (or 0xFDDADC) is known color: Pale Pink. HEX triplet: FD, DA and DC. RGB value is (253,218,220). Sum of RGB (Red+Green+Blue) = 253+218+220=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 218 (85.55% from 255 or 31.55% from 691); Blue value is 220 (86.33% from 255 or 31.84% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDADC is #022523. Grayscale: #E4E4E4. Windows color (decimal): -140580 or 14473981. OLE color: 14473981.
HSL color Cylindrical-coordinate representation of color #FDDADC: hue angle of 356.57º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDDADC is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 220 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.01 |
| HSL | 356.57º | 0.9% | 0.92% | - |
| HSV(B) | 356.57º | 0.14% | 0.99% | - |
| XYZ | 78.5 | 76.19 | 78.28 | - |
| YUV | 228.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 220 | 0 | 0.14 | 0.13 | 0.01 | 356.57 | 0.9 | 0.92 |
| Hex | FD | DA | DC | 0 | E | D | 1 | 165 | 5A | 5C |
| Octal | 375 | 332 | 334 | 0 | 16 | 15 | 1 | 545 | 132 | 134 |
| Binary | 11111101 | 11011010 | 11011100 | 0 | 1110 | 1101 | 1 | 101100101 | 1011010 | 1011100 |
Color Harmonies of #FDDADC
Complementary color
Monochromatic Colors of #FDDADC
Black with #FDDADC
Text Example
Text Example
White with #FDDADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDADC; }
p { color: rgb(253,218,220); }
H1.HeaderClassName
{
color: #FDDADC;
}
.AnyTagClassName
{
color: #FDDADC;
}
</style>
background-color css
<style>
a { background-color: #FDDADC; }
a { background-color: rgb(253,218,220); }
div.DivClassName
{
background-color: #FDDADC;
}
.BgClassName
{
background-color: #FDDADC;
}
</style>
border-color css
<style>
span { border-color: #FDDADC; }
span { border-color: rgb(253,218,220); }
td.TdClassName
{
border-color: #FDDADC;
}
.TagClassName
{
border-color: #FDDADC;
}
</style>