Shades of Pig Pink #FFD5E0
Tints of Pig Pink #FFD5E0
RGB
CMYK
RGB Variations
Color information
#FFD5E0 (or 0xFFD5E0) is known color: Pig Pink. HEX triplet: FF, D5 and E0. RGB value is (255,213,224). Sum of RGB (Red+Green+Blue) = 255+213+224=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 213 (83.59% from 255 or 30.78% from 692); Blue value is 224 (87.89% from 255 or 32.37% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5E0 is #002A1F. Grayscale: #E2E2E2. Windows color (decimal): -10784 or 14734847. OLE color: 14734847.
HSL color Cylindrical-coordinate representation of color #FFD5E0: hue angle of 344.29º 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 #FFD5E0 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 224 | - |
| CMYK | 0 | 0.16 | 0.12 | 0 |
| HSL | 344.29º | 1% | 0.92% | - |
| HSV(B) | 344.29º | 0.16% | 1% | - |
| XYZ | 78.49 | 74.23 | 80.71 | - |
| YUV | 226.81 | 126.41 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 224 | 0 | 0.16 | 0.12 | 0 | 344.29 | 1 | 0.92 |
| Hex | FF | D5 | E0 | 0 | 10 | C | 0 | 158 | 64 | 5C |
| Octal | 377 | 325 | 340 | 0 | 20 | 14 | 0 | 530 | 144 | 134 |
| Binary | 11111111 | 11010101 | 11100000 | 0 | 10000 | 1100 | 0 | 101011000 | 1100100 | 1011100 |
Color Harmonies of #FFD5E0
Complementary color
Monochromatic Colors of #FFD5E0
Black with #FFD5E0
Text Example
Text Example
White with #FFD5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD5E0; }
p { color: rgb(255,213,224); }
H1.HeaderClassName
{
color: #FFD5E0;
}
.AnyTagClassName
{
color: #FFD5E0;
}
</style>
background-color css
<style>
a { background-color: #FFD5E0; }
a { background-color: rgb(255,213,224); }
div.DivClassName
{
background-color: #FFD5E0;
}
.BgClassName
{
background-color: #FFD5E0;
}
</style>
border-color css
<style>
span { border-color: #FFD5E0; }
span { border-color: rgb(255,213,224); }
td.TdClassName
{
border-color: #FFD5E0;
}
.TagClassName
{
border-color: #FFD5E0;
}
</style>