Shades of Pig Pink #FDD2EC
Tints of Pig Pink #FDD2EC
RGB
CMYK
RGB Variations
Color information
#FDD2EC (or 0xFDD2EC) is known color: Pig Pink. HEX triplet: FD, D2 and EC. RGB value is (253,210,236). Sum of RGB (Red+Green+Blue) = 253+210+236=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 210 (82.42% from 255 or 30.04% from 699); Blue value is 236 (92.58% from 255 or 33.76% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD2EC is #022D13. Grayscale: #E1E1E1. Windows color (decimal): -142612 or 15520509. OLE color: 15520509.
HSL color Cylindrical-coordinate representation of color #FDD2EC: hue angle of 323.72º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDD2EC is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 210 | 236 | - |
CMYK | 0 | 0.17 | 0.07 | 0.01 |
HSL | 323.72º | 0.91% | 0.91% | - |
HSV(B) | 323.72º | 0.17% | 0.99% | - |
XYZ | 78.69 | 73.03 | 89.31 | - |
YUV | 225.82 | 133.75 | 147.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 210 | 236 | 0 | 0.17 | 0.07 | 0.01 | 323.72 | 0.91 | 0.91 |
Hex | FD | D2 | EC | 0 | 11 | 7 | 1 | 144 | 5B | 5B |
Octal | 375 | 322 | 354 | 0 | 21 | 7 | 1 | 504 | 133 | 133 |
Binary | 11111101 | 11010010 | 11101100 | 0 | 10001 | 111 | 1 | 101000100 | 1011011 | 1011011 |
Color Harmonies of #FDD2EC
Complementary color
Monochromatic Colors of #FDD2EC
Black with #FDD2EC
Text Example
Text Example
White with #FDD2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD2EC; }
p { color: rgb(253,210,236); }
H1.HeaderClassName
{
color: #FDD2EC;
}
.AnyTagClassName
{
color: #FDD2EC;
}
</style>
background-color css
<style>
a { background-color: #FDD2EC; }
a { background-color: rgb(253,210,236); }
div.DivClassName
{
background-color: #FDD2EC;
}
.BgClassName
{
background-color: #FDD2EC;
}
</style>
border-color css
<style>
span { border-color: #FDD2EC; }
span { border-color: rgb(253,210,236); }
td.TdClassName
{
border-color: #FDD2EC;
}
.TagClassName
{
border-color: #FDD2EC;
}
</style>