Shades of Pig Pink #FFD3E1
Tints of Pig Pink #FFD3E1
RGB
CMYK
RGB Variations
Color information
#FFD3E1 (or 0xFFD3E1) is known color: Pig Pink. HEX triplet: FF, D3 and E1. RGB value is (255,211,225). Sum of RGB (Red+Green+Blue) = 255+211+225=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 211 (82.81% from 255 or 30.54% from 691); Blue value is 225 (88.28% from 255 or 32.56% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD3E1 is #002C1E. Grayscale: #E1E1E1. Windows color (decimal): -11295 or 14799871. OLE color: 14799871.
HSL color Cylindrical-coordinate representation of color #FFD3E1: hue angle of 340.91º 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 #FFD3E1 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 225 | - |
| CMYK | 0 | 0.17 | 0.12 | 0 |
| HSL | 340.91º | 1% | 0.91% | - |
| HSV(B) | 340.91º | 0.17% | 1% | - |
| XYZ | 78.12 | 73.28 | 81.26 | - |
| YUV | 225.75 | 127.58 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 225 | 0 | 0.17 | 0.12 | 0 | 340.91 | 1 | 0.91 |
| Hex | FF | D3 | E1 | 0 | 11 | C | 0 | 155 | 64 | 5B |
| Octal | 377 | 323 | 341 | 0 | 21 | 14 | 0 | 525 | 144 | 133 |
| Binary | 11111111 | 11010011 | 11100001 | 0 | 10001 | 1100 | 0 | 101010101 | 1100100 | 1011011 |
Color Harmonies of #FFD3E1
Complementary color
Monochromatic Colors of #FFD3E1
Black with #FFD3E1
Text Example
Text Example
White with #FFD3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD3E1; }
p { color: rgb(255,211,225); }
H1.HeaderClassName
{
color: #FFD3E1;
}
.AnyTagClassName
{
color: #FFD3E1;
}
</style>
background-color css
<style>
a { background-color: #FFD3E1; }
a { background-color: rgb(255,211,225); }
div.DivClassName
{
background-color: #FFD3E1;
}
.BgClassName
{
background-color: #FFD3E1;
}
</style>
border-color css
<style>
span { border-color: #FFD3E1; }
span { border-color: rgb(255,211,225); }
td.TdClassName
{
border-color: #FFD3E1;
}
.TagClassName
{
border-color: #FFD3E1;
}
</style>