Shades of Pig Pink #FFDDEF
Tints of Pig Pink #FFDDEF
RGB
CMYK
RGB Variations
Color information
#FFDDEF (or 0xFFDDEF) is known color: Pig Pink. HEX triplet: FF, DD and EF. RGB value is (255,221,239). Sum of RGB (Red+Green+Blue) = 255+221+239=715 (94% of max value = 765). Red value is 255 (100% from 255 or 35.66% from 715); Green value is 221 (86.72% from 255 or 30.91% from 715); Blue value is 239 (93.75% from 255 or 33.43% from 715); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDEF is #002210. Grayscale: #E9E9E9. Windows color (decimal): -8721 or 15719935. OLE color: 15719935.
HSL color Cylindrical-coordinate representation of color #FFDDEF: hue angle of 328.24º 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 #FFDDEF is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 239 | - |
| CMYK | 0 | 0.13 | 0.06 | 0 |
| HSL | 328.24º | 1% | 0.93% | - |
| HSV(B) | 328.24º | 0.13% | 1% | - |
| XYZ | 82.68 | 79.2 | 92.59 | - |
| YUV | 233.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 239 | 0 | 0.13 | 0.06 | 0 | 328.24 | 1 | 0.93 |
| Hex | FF | DD | EF | 0 | D | 6 | 0 | 148 | 64 | 5D |
| Octal | 377 | 335 | 357 | 0 | 15 | 6 | 0 | 510 | 144 | 135 |
| Binary | 11111111 | 11011101 | 11101111 | 0 | 1101 | 110 | 0 | 101001000 | 1100100 | 1011101 |
Color Harmonies of #FFDDEF
Complementary color
Monochromatic Colors of #FFDDEF
Black with #FFDDEF
Text Example
Text Example
White with #FFDDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDEF; }
p { color: rgb(255,221,239); }
H1.HeaderClassName
{
color: #FFDDEF;
}
.AnyTagClassName
{
color: #FFDDEF;
}
</style>
background-color css
<style>
a { background-color: #FFDDEF; }
a { background-color: rgb(255,221,239); }
div.DivClassName
{
background-color: #FFDDEF;
}
.BgClassName
{
background-color: #FFDDEF;
}
</style>
border-color css
<style>
span { border-color: #FFDDEF; }
span { border-color: rgb(255,221,239); }
td.TdClassName
{
border-color: #FFDDEF;
}
.TagClassName
{
border-color: #FFDDEF;
}
</style>