Shades of Pig Pink #FDD0EC
Tints of Pig Pink #FDD0EC
RGB
CMYK
RGB Variations
Color information
#FDD0EC (or 0xFDD0EC) is known color: Pig Pink. HEX triplet: FD, D0 and EC. RGB value is (253,208,236). Sum of RGB (Red+Green+Blue) = 253+208+236=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 208 (81.64% from 255 or 29.84% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD0EC is #022F13. Grayscale: #E0E0E0. Windows color (decimal): -143124 or 15519997. OLE color: 15519997.
HSL color Cylindrical-coordinate representation of color #FDD0EC: hue angle of 322.67º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDD0EC is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 236 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.01 |
| HSL | 322.67º | 0.92% | 0.9% | - |
| HSV(B) | 322.67º | 0.18% | 0.99% | - |
| XYZ | 78.2 | 72.05 | 89.14 | - |
| YUV | 224.65 | 134.41 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 236 | 0 | 0.18 | 0.07 | 0.01 | 322.67 | 0.92 | 0.9 |
| Hex | FD | D0 | EC | 0 | 12 | 7 | 1 | 143 | 5C | 5A |
| Octal | 375 | 320 | 354 | 0 | 22 | 7 | 1 | 503 | 134 | 132 |
| Binary | 11111101 | 11010000 | 11101100 | 0 | 10010 | 111 | 1 | 101000011 | 1011100 | 1011010 |
Color Harmonies of #FDD0EC
Complementary color
Monochromatic Colors of #FDD0EC
Black with #FDD0EC
Text Example
Text Example
White with #FDD0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD0EC; }
p { color: rgb(253,208,236); }
H1.HeaderClassName
{
color: #FDD0EC;
}
.AnyTagClassName
{
color: #FDD0EC;
}
</style>
background-color css
<style>
a { background-color: #FDD0EC; }
a { background-color: rgb(253,208,236); }
div.DivClassName
{
background-color: #FDD0EC;
}
.BgClassName
{
background-color: #FDD0EC;
}
</style>
border-color css
<style>
span { border-color: #FDD0EC; }
span { border-color: rgb(253,208,236); }
td.TdClassName
{
border-color: #FDD0EC;
}
.TagClassName
{
border-color: #FDD0EC;
}
</style>