Shades of Pig Pink #FFD0DF
Tints of Pig Pink #FFD0DF
RGB
CMYK
RGB Variations
Color information
#FFD0DF (or 0xFFD0DF) is known color: Pig Pink. HEX triplet: FF, D0 and DF. RGB value is (255,208,223). Sum of RGB (Red+Green+Blue) = 255+208+223=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 208 (81.64% from 255 or 30.32% from 686); Blue value is 223 (87.5% from 255 or 32.51% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0DF is #002F20. Grayscale: #DFDFDF. Windows color (decimal): -12065 or 14668031. OLE color: 14668031.
HSL color Cylindrical-coordinate representation of color #FFD0DF: hue angle of 340.85º 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 #FFD0DF is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 223 | - |
| CMYK | 0 | 0.18 | 0.13 | 0 |
| HSL | 340.85º | 1% | 0.91% | - |
| HSV(B) | 340.85º | 0.18% | 1% | - |
| XYZ | 77.12 | 71.7 | 79.59 | - |
| YUV | 223.76 | 127.57 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 223 | 0 | 0.18 | 0.13 | 0 | 340.85 | 1 | 0.91 |
| Hex | FF | D0 | DF | 0 | 12 | D | 0 | 155 | 64 | 5B |
| Octal | 377 | 320 | 337 | 0 | 22 | 15 | 0 | 525 | 144 | 133 |
| Binary | 11111111 | 11010000 | 11011111 | 0 | 10010 | 1101 | 0 | 101010101 | 1100100 | 1011011 |
Color Harmonies of #FFD0DF
Complementary color
Monochromatic Colors of #FFD0DF
Black with #FFD0DF
Text Example
Text Example
White with #FFD0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0DF; }
p { color: rgb(255,208,223); }
H1.HeaderClassName
{
color: #FFD0DF;
}
.AnyTagClassName
{
color: #FFD0DF;
}
</style>
background-color css
<style>
a { background-color: #FFD0DF; }
a { background-color: rgb(255,208,223); }
div.DivClassName
{
background-color: #FFD0DF;
}
.BgClassName
{
background-color: #FFD0DF;
}
</style>
border-color css
<style>
span { border-color: #FFD0DF; }
span { border-color: rgb(255,208,223); }
td.TdClassName
{
border-color: #FFD0DF;
}
.TagClassName
{
border-color: #FFD0DF;
}
</style>