Shades of Pig Pink #FFD2DD
Tints of Pig Pink #FFD2DD
RGB
CMYK
RGB Variations
Color information
#FFD2DD (or 0xFFD2DD) is known color: Pig Pink. HEX triplet: FF, D2 and DD. RGB value is (255,210,221). Sum of RGB (Red+Green+Blue) = 255+210+221=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 210 (82.42% from 255 or 30.61% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2DD is #002D22. Grayscale: #E0E0E0. Windows color (decimal): -11555 or 14537471. OLE color: 14537471.
HSL color Cylindrical-coordinate representation of color #FFD2DD: hue angle of 345.33º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFD2DD is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 221 | - |
| CMYK | 0 | 0.18 | 0.13 | 0 |
| HSL | 345.33º | 1% | 0.91% | - |
| HSV(B) | 345.33º | 0.18% | 1% | - |
| XYZ | 77.34 | 72.57 | 78.34 | - |
| YUV | 224.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 221 | 0 | 0.18 | 0.13 | 0 | 345.33 | 1 | 0.91 |
| Hex | FF | D2 | DD | 0 | 12 | D | 0 | 159 | 64 | 5B |
| Octal | 377 | 322 | 335 | 0 | 22 | 15 | 0 | 531 | 144 | 133 |
| Binary | 11111111 | 11010010 | 11011101 | 0 | 10010 | 1101 | 0 | 101011001 | 1100100 | 1011011 |
Color Harmonies of #FFD2DD
Complementary color
Monochromatic Colors of #FFD2DD
Black with #FFD2DD
Text Example
Text Example
White with #FFD2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2DD; }
p { color: rgb(255,210,221); }
H1.HeaderClassName
{
color: #FFD2DD;
}
.AnyTagClassName
{
color: #FFD2DD;
}
</style>
background-color css
<style>
a { background-color: #FFD2DD; }
a { background-color: rgb(255,210,221); }
div.DivClassName
{
background-color: #FFD2DD;
}
.BgClassName
{
background-color: #FFD2DD;
}
</style>
border-color css
<style>
span { border-color: #FFD2DD; }
span { border-color: rgb(255,210,221); }
td.TdClassName
{
border-color: #FFD2DD;
}
.TagClassName
{
border-color: #FFD2DD;
}
</style>