Shades of Pig Pink #FFDDE8
Tints of Pig Pink #FFDDE8
RGB
CMYK
RGB Variations
Color information
#FFDDE8 (or 0xFFDDE8) is known color: Pig Pink. HEX triplet: FF, DD and E8. RGB value is (255,221,232). Sum of RGB (Red+Green+Blue) = 255+221+232=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 221 (86.72% from 255 or 31.21% from 708); Blue value is 232 (91.02% from 255 or 32.77% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDE8 is #002217. Grayscale: #E8E8E8. Windows color (decimal): -8728 or 15261183. OLE color: 15261183.
HSL color Cylindrical-coordinate representation of color #FFDDE8: hue angle of 340.59º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDDE8 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 232 | - |
| CMYK | 0 | 0.13 | 0.09 | 0 |
| HSL | 340.59º | 1% | 0.93% | - |
| HSV(B) | 340.59º | 0.13% | 1% | - |
| XYZ | 81.66 | 78.8 | 87.25 | - |
| YUV | 232.42 | 127.76 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 232 | 0 | 0.13 | 0.09 | 0 | 340.59 | 1 | 0.93 |
| Hex | FF | DD | E8 | 0 | D | 9 | 0 | 155 | 64 | 5D |
| Octal | 377 | 335 | 350 | 0 | 15 | 11 | 0 | 525 | 144 | 135 |
| Binary | 11111111 | 11011101 | 11101000 | 0 | 1101 | 1001 | 0 | 101010101 | 1100100 | 1011101 |
Color Harmonies of #FFDDE8
Complementary color
Monochromatic Colors of #FFDDE8
Black with #FFDDE8
Text Example
Text Example
White with #FFDDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDE8; }
p { color: rgb(255,221,232); }
H1.HeaderClassName
{
color: #FFDDE8;
}
.AnyTagClassName
{
color: #FFDDE8;
}
</style>
background-color css
<style>
a { background-color: #FFDDE8; }
a { background-color: rgb(255,221,232); }
div.DivClassName
{
background-color: #FFDDE8;
}
.BgClassName
{
background-color: #FFDDE8;
}
</style>
border-color css
<style>
span { border-color: #FFDDE8; }
span { border-color: rgb(255,221,232); }
td.TdClassName
{
border-color: #FFDDE8;
}
.TagClassName
{
border-color: #FFDDE8;
}
</style>