Shades of Pig Pink #FFD3DF
Tints of Pig Pink #FFD3DF
RGB
CMYK
RGB Variations
Color information
#FFD3DF (or 0xFFD3DF) is known color: Pig Pink. HEX triplet: FF, D3 and DF. RGB value is (255,211,223). Sum of RGB (Red+Green+Blue) = 255+211+223=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 211 (82.81% from 255 or 30.62% from 689); Blue value is 223 (87.5% from 255 or 32.37% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD3DF is #002C20. Grayscale: #E1E1E1. Windows color (decimal): -11297 or 14668799. OLE color: 14668799.
HSL color Cylindrical-coordinate representation of color #FFD3DF: hue angle of 343.64º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFD3DF is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 223 | - |
| CMYK | 0 | 0.17 | 0.13 | 0 |
| HSL | 343.64º | 1% | 0.91% | - |
| HSV(B) | 343.64º | 0.17% | 1% | - |
| XYZ | 77.85 | 73.18 | 79.83 | - |
| YUV | 225.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 223 | 0 | 0.17 | 0.13 | 0 | 343.64 | 1 | 0.91 |
| Hex | FF | D3 | DF | 0 | 11 | D | 0 | 158 | 64 | 5B |
| Octal | 377 | 323 | 337 | 0 | 21 | 15 | 0 | 530 | 144 | 133 |
| Binary | 11111111 | 11010011 | 11011111 | 0 | 10001 | 1101 | 0 | 101011000 | 1100100 | 1011011 |
Color Harmonies of #FFD3DF
Complementary color
Monochromatic Colors of #FFD3DF
Black with #FFD3DF
Text Example
Text Example
White with #FFD3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD3DF; }
p { color: rgb(255,211,223); }
H1.HeaderClassName
{
color: #FFD3DF;
}
.AnyTagClassName
{
color: #FFD3DF;
}
</style>
background-color css
<style>
a { background-color: #FFD3DF; }
a { background-color: rgb(255,211,223); }
div.DivClassName
{
background-color: #FFD3DF;
}
.BgClassName
{
background-color: #FFD3DF;
}
</style>
border-color css
<style>
span { border-color: #FFD3DF; }
span { border-color: rgb(255,211,223); }
td.TdClassName
{
border-color: #FFD3DF;
}
.TagClassName
{
border-color: #FFD3DF;
}
</style>