Shades of Pale Pink #FFD6DC
Tints of Pale Pink #FFD6DC
RGB
CMYK
RGB Variations
Color information
#FFD6DC (or 0xFFD6DC) is known color: Pale Pink. HEX triplet: FF, D6 and DC. RGB value is (255,214,220). Sum of RGB (Red+Green+Blue) = 255+214+220=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 214 (83.98% from 255 or 31.06% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6DC is #002923. Grayscale: #E2E2E2. Windows color (decimal): -10532 or 14472959. OLE color: 14472959.
HSL color Cylindrical-coordinate representation of color #FFD6DC: hue angle of 351.22º 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 #FFD6DC is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 220 | - |
| CMYK | 0 | 0.16 | 0.14 | 0 |
| HSL | 351.22º | 1% | 0.92% | - |
| HSV(B) | 351.22º | 0.16% | 1% | - |
| XYZ | 78.2 | 74.52 | 77.97 | - |
| YUV | 226.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 220 | 0 | 0.16 | 0.14 | 0 | 351.22 | 1 | 0.92 |
| Hex | FF | D6 | DC | 0 | 10 | E | 0 | 15F | 64 | 5C |
| Octal | 377 | 326 | 334 | 0 | 20 | 16 | 0 | 537 | 144 | 134 |
| Binary | 11111111 | 11010110 | 11011100 | 0 | 10000 | 1110 | 0 | 101011111 | 1100100 | 1011100 |
Color Harmonies of #FFD6DC
Complementary color
Monochromatic Colors of #FFD6DC
Black with #FFD6DC
Text Example
Text Example
White with #FFD6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD6DC; }
p { color: rgb(255,214,220); }
H1.HeaderClassName
{
color: #FFD6DC;
}
.AnyTagClassName
{
color: #FFD6DC;
}
</style>
background-color css
<style>
a { background-color: #FFD6DC; }
a { background-color: rgb(255,214,220); }
div.DivClassName
{
background-color: #FFD6DC;
}
.BgClassName
{
background-color: #FFD6DC;
}
</style>
border-color css
<style>
span { border-color: #FFD6DC; }
span { border-color: rgb(255,214,220); }
td.TdClassName
{
border-color: #FFD6DC;
}
.TagClassName
{
border-color: #FFD6DC;
}
</style>