Shades of Pig Pink #FFD3DE
Tints of Pig Pink #FFD3DE
RGB
CMYK
RGB Variations
Color information
#FFD3DE (or 0xFFD3DE) is known color: Pig Pink. HEX triplet: FF, D3 and DE. RGB value is (255,211,222). Sum of RGB (Red+Green+Blue) = 255+211+222=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 211 (82.81% from 255 or 30.67% from 688); Blue value is 222 (87.11% from 255 or 32.27% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD3DE is #002C21. Grayscale: #E1E1E1. Windows color (decimal): -11298 or 14603263. OLE color: 14603263.
HSL color Cylindrical-coordinate representation of color #FFD3DE: hue angle of 345º 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 #FFD3DE is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 222 | - |
| CMYK | 0 | 0.17 | 0.13 | 0 |
| HSL | 345º | 1% | 0.91% | - |
| HSV(B) | 345º | 0.17% | 1% | - |
| XYZ | 77.72 | 73.12 | 79.13 | - |
| YUV | 225.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 222 | 0 | 0.17 | 0.13 | 0 | 345 | 1 | 0.91 |
| Hex | FF | D3 | DE | 0 | 11 | D | 0 | 159 | 64 | 5B |
| Octal | 377 | 323 | 336 | 0 | 21 | 15 | 0 | 531 | 144 | 133 |
| Binary | 11111111 | 11010011 | 11011110 | 0 | 10001 | 1101 | 0 | 101011001 | 1100100 | 1011011 |
Color Harmonies of #FFD3DE
Complementary color
Monochromatic Colors of #FFD3DE
Black with #FFD3DE
Text Example
Text Example
White with #FFD3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD3DE; }
p { color: rgb(255,211,222); }
H1.HeaderClassName
{
color: #FFD3DE;
}
.AnyTagClassName
{
color: #FFD3DE;
}
</style>
background-color css
<style>
a { background-color: #FFD3DE; }
a { background-color: rgb(255,211,222); }
div.DivClassName
{
background-color: #FFD3DE;
}
.BgClassName
{
background-color: #FFD3DE;
}
</style>
border-color css
<style>
span { border-color: #FFD3DE; }
span { border-color: rgb(255,211,222); }
td.TdClassName
{
border-color: #FFD3DE;
}
.TagClassName
{
border-color: #FFD3DE;
}
</style>