Shades of Pig Pink #FFDDEB
Tints of Pig Pink #FFDDEB
RGB
CMYK
RGB Variations
Color information
#FFDDEB (or 0xFFDDEB) is known color: Pig Pink. HEX triplet: FF, DD and EB. RGB value is (255,221,235). Sum of RGB (Red+Green+Blue) = 255+221+235=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 221 (86.72% from 255 or 31.08% from 711); Blue value is 235 (92.19% from 255 or 33.05% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDEB is #002214. Grayscale: #E8E8E8. Windows color (decimal): -8725 or 15457791. OLE color: 15457791.
HSL color Cylindrical-coordinate representation of color #FFDDEB: hue angle of 335.29º 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 #FFDDEB is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 235 | - |
| CMYK | 0 | 0.13 | 0.08 | 0 |
| HSL | 335.29º | 1% | 0.93% | - |
| HSV(B) | 335.29º | 0.13% | 1% | - |
| XYZ | 82.09 | 78.97 | 89.51 | - |
| YUV | 232.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 235 | 0 | 0.13 | 0.08 | 0 | 335.29 | 1 | 0.93 |
| Hex | FF | DD | EB | 0 | D | 8 | 0 | 14F | 64 | 5D |
| Octal | 377 | 335 | 353 | 0 | 15 | 10 | 0 | 517 | 144 | 135 |
| Binary | 11111111 | 11011101 | 11101011 | 0 | 1101 | 1000 | 0 | 101001111 | 1100100 | 1011101 |
Color Harmonies of #FFDDEB
Complementary color
Monochromatic Colors of #FFDDEB
Black with #FFDDEB
Text Example
Text Example
White with #FFDDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDEB; }
p { color: rgb(255,221,235); }
H1.HeaderClassName
{
color: #FFDDEB;
}
.AnyTagClassName
{
color: #FFDDEB;
}
</style>
background-color css
<style>
a { background-color: #FFDDEB; }
a { background-color: rgb(255,221,235); }
div.DivClassName
{
background-color: #FFDDEB;
}
.BgClassName
{
background-color: #FFDDEB;
}
</style>
border-color css
<style>
span { border-color: #FFDDEB; }
span { border-color: rgb(255,221,235); }
td.TdClassName
{
border-color: #FFDDEB;
}
.TagClassName
{
border-color: #FFDDEB;
}
</style>