Shades of Pig Pink #FFD5E1
Tints of Pig Pink #FFD5E1
RGB
CMYK
RGB Variations
Color information
#FFD5E1 (or 0xFFD5E1) is known color: Pig Pink. HEX triplet: FF, D5 and E1. RGB value is (255,213,225). Sum of RGB (Red+Green+Blue) = 255+213+225=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 213 (83.59% from 255 or 30.74% from 693); Blue value is 225 (88.28% from 255 or 32.47% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5E1 is #002A1E. Grayscale: #E2E2E2. Windows color (decimal): -10783 or 14800383. OLE color: 14800383.
HSL color Cylindrical-coordinate representation of color #FFD5E1: hue angle of 342.86º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFD5E1 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 213 | 225 | - |
CMYK | 0 | 0.16 | 0.12 | 0 |
HSL | 342.86º | 1% | 0.92% | - |
HSV(B) | 342.86º | 0.16% | 1% | - |
XYZ | 78.62 | 74.28 | 81.43 | - |
YUV | 226.93 | 126.91 | 148.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 213 | 225 | 0 | 0.16 | 0.12 | 0 | 342.86 | 1 | 0.92 |
Hex | FF | D5 | E1 | 0 | 10 | C | 0 | 157 | 64 | 5C |
Octal | 377 | 325 | 341 | 0 | 20 | 14 | 0 | 527 | 144 | 134 |
Binary | 11111111 | 11010101 | 11100001 | 0 | 10000 | 1100 | 0 | 101010111 | 1100100 | 1011100 |
Color Harmonies of #FFD5E1
Complementary color
Monochromatic Colors of #FFD5E1
Black with #FFD5E1
Text Example
Text Example
White with #FFD5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD5E1; }
p { color: rgb(255,213,225); }
H1.HeaderClassName
{
color: #FFD5E1;
}
.AnyTagClassName
{
color: #FFD5E1;
}
</style>
background-color css
<style>
a { background-color: #FFD5E1; }
a { background-color: rgb(255,213,225); }
div.DivClassName
{
background-color: #FFD5E1;
}
.BgClassName
{
background-color: #FFD5E1;
}
</style>
border-color css
<style>
span { border-color: #FFD5E1; }
span { border-color: rgb(255,213,225); }
td.TdClassName
{
border-color: #FFD5E1;
}
.TagClassName
{
border-color: #FFD5E1;
}
</style>