Shades of Pale Pink #FFD7DC
Tints of Pale Pink #FFD7DC
RGB
CMYK
RGB Variations
Color information
#FFD7DC (or 0xFFD7DC) is known color: Pale Pink. HEX triplet: FF, D7 and DC. RGB value is (255,215,220). Sum of RGB (Red+Green+Blue) = 255+215+220=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 215 (84.38% from 255 or 31.16% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7DC is #002823. Grayscale: #E3E3E3. Windows color (decimal): -10276 or 14473215. OLE color: 14473215.
HSL color Cylindrical-coordinate representation of color #FFD7DC: hue angle of 352.5º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFD7DC is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 220 | - |
| CMYK | 0 | 0.16 | 0.14 | 0 |
| HSL | 352.5º | 1% | 0.92% | - |
| HSV(B) | 352.5º | 0.16% | 1% | - |
| XYZ | 78.46 | 75.03 | 78.06 | - |
| YUV | 227.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 220 | 0 | 0.16 | 0.14 | 0 | 352.5 | 1 | 0.92 |
| Hex | FF | D7 | DC | 0 | 10 | E | 0 | 160 | 64 | 5C |
| Octal | 377 | 327 | 334 | 0 | 20 | 16 | 0 | 540 | 144 | 134 |
| Binary | 11111111 | 11010111 | 11011100 | 0 | 10000 | 1110 | 0 | 101100000 | 1100100 | 1011100 |
Color Harmonies of #FFD7DC
Complementary color
Monochromatic Colors of #FFD7DC
Black with #FFD7DC
Text Example
Text Example
White with #FFD7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7DC; }
p { color: rgb(255,215,220); }
H1.HeaderClassName
{
color: #FFD7DC;
}
.AnyTagClassName
{
color: #FFD7DC;
}
</style>
background-color css
<style>
a { background-color: #FFD7DC; }
a { background-color: rgb(255,215,220); }
div.DivClassName
{
background-color: #FFD7DC;
}
.BgClassName
{
background-color: #FFD7DC;
}
</style>
border-color css
<style>
span { border-color: #FFD7DC; }
span { border-color: rgb(255,215,220); }
td.TdClassName
{
border-color: #FFD7DC;
}
.TagClassName
{
border-color: #FFD7DC;
}
</style>