Shades of Pig Pink #FFD1E5
Tints of Pig Pink #FFD1E5
RGB
CMYK
RGB Variations
Color information
#FFD1E5 (or 0xFFD1E5) is known color: Pig Pink. HEX triplet: FF, D1 and E5. RGB value is (255,209,229). Sum of RGB (Red+Green+Blue) = 255+209+229=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 209 (82.03% from 255 or 30.16% from 693); Blue value is 229 (89.84% from 255 or 33.04% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD1E5 is #002E1A. Grayscale: #E1E1E1. Windows color (decimal): -11803 or 15061503. OLE color: 15061503.
HSL color Cylindrical-coordinate representation of color #FFD1E5: hue angle of 333.91º 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 #FFD1E5 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 229 | - |
| CMYK | 0 | 0.18 | 0.10 | 0 |
| HSL | 333.91º | 1% | 0.91% | - |
| HSV(B) | 333.91º | 0.18% | 1% | - |
| XYZ | 78.18 | 72.52 | 84.01 | - |
| YUV | 225.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 229 | 0 | 0.18 | 0.10 | 0 | 333.91 | 1 | 0.91 |
| Hex | FF | D1 | E5 | 0 | 12 | A | 0 | 14E | 64 | 5B |
| Octal | 377 | 321 | 345 | 0 | 22 | 12 | 0 | 516 | 144 | 133 |
| Binary | 11111111 | 11010001 | 11100101 | 0 | 10010 | 1010 | 0 | 101001110 | 1100100 | 1011011 |
Color Harmonies of #FFD1E5
Complementary color
Monochromatic Colors of #FFD1E5
Black with #FFD1E5
Text Example
Text Example
White with #FFD1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD1E5; }
p { color: rgb(255,209,229); }
H1.HeaderClassName
{
color: #FFD1E5;
}
.AnyTagClassName
{
color: #FFD1E5;
}
</style>
background-color css
<style>
a { background-color: #FFD1E5; }
a { background-color: rgb(255,209,229); }
div.DivClassName
{
background-color: #FFD1E5;
}
.BgClassName
{
background-color: #FFD1E5;
}
</style>
border-color css
<style>
span { border-color: #FFD1E5; }
span { border-color: rgb(255,209,229); }
td.TdClassName
{
border-color: #FFD1E5;
}
.TagClassName
{
border-color: #FFD1E5;
}
</style>