Shades of Pig Pink #FDDEEA
Tints of Pig Pink #FDDEEA
RGB
CMYK
RGB Variations
Color information
#FDDEEA (or 0xFDDEEA) is known color: Pig Pink. HEX triplet: FD, DE and EA. RGB value is (253,222,234). Sum of RGB (Red+Green+Blue) = 253+222+234=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 222 (87.11% from 255 or 31.31% from 709); Blue value is 234 (91.80% from 255 or 33.00% from 709); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDEEA is #022115. Grayscale: #E8E8E8. Windows color (decimal): -139542 or 15392509. OLE color: 15392509.
HSL color Cylindrical-coordinate representation of color #FDDEEA: hue angle of 336.77º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDEEA is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 234 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.01 |
| HSL | 336.77º | 0.89% | 0.93% | - |
| HSV(B) | 336.77º | 0.12% | 0.99% | - |
| XYZ | 81.48 | 79.07 | 88.81 | - |
| YUV | 232.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 234 | 0 | 0.12 | 0.08 | 0.01 | 336.77 | 0.89 | 0.93 |
| Hex | FD | DE | EA | 0 | C | 8 | 1 | 151 | 59 | 5D |
| Octal | 375 | 336 | 352 | 0 | 14 | 10 | 1 | 521 | 131 | 135 |
| Binary | 11111101 | 11011110 | 11101010 | 0 | 1100 | 1000 | 1 | 101010001 | 1011001 | 1011101 |
Color Harmonies of #FDDEEA
Complementary color
Monochromatic Colors of #FDDEEA
Black with #FDDEEA
Text Example
Text Example
White with #FDDEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEEA; }
p { color: rgb(253,222,234); }
H1.HeaderClassName
{
color: #FDDEEA;
}
.AnyTagClassName
{
color: #FDDEEA;
}
</style>
background-color css
<style>
a { background-color: #FDDEEA; }
a { background-color: rgb(253,222,234); }
div.DivClassName
{
background-color: #FDDEEA;
}
.BgClassName
{
background-color: #FDDEEA;
}
</style>
border-color css
<style>
span { border-color: #FDDEEA; }
span { border-color: rgb(253,222,234); }
td.TdClassName
{
border-color: #FDDEEA;
}
.TagClassName
{
border-color: #FDDEEA;
}
</style>