Shades of Pig Pink #FFD2EC
Tints of Pig Pink #FFD2EC
RGB
CMYK
RGB Variations
Color information
#FFD2EC (or 0xFFD2EC) is known color: Pig Pink. HEX triplet: FF, D2 and EC. RGB value is (255,210,236). Sum of RGB (Red+Green+Blue) = 255+210+236=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 210 (82.42% from 255 or 29.96% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD2EC is #002D13. Grayscale: #E2E2E2. Windows color (decimal): -11540 or 15520511. OLE color: 15520511.
HSL color Cylindrical-coordinate representation of color #FFD2EC: hue angle of 325.33º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFD2EC is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 236 | - |
| CMYK | 0 | 0.18 | 0.07 | 0 |
| HSL | 325.33º | 1% | 0.91% | - |
| HSV(B) | 325.33º | 0.18% | 1% | - |
| XYZ | 79.43 | 73.41 | 89.34 | - |
| YUV | 226.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 236 | 0 | 0.18 | 0.07 | 0 | 325.33 | 1 | 0.91 |
| Hex | FF | D2 | EC | 0 | 12 | 7 | 0 | 145 | 64 | 5B |
| Octal | 377 | 322 | 354 | 0 | 22 | 7 | 0 | 505 | 144 | 133 |
| Binary | 11111111 | 11010010 | 11101100 | 0 | 10010 | 111 | 0 | 101000101 | 1100100 | 1011011 |
Color Harmonies of #FFD2EC
Complementary color
Monochromatic Colors of #FFD2EC
Black with #FFD2EC
Text Example
Text Example
White with #FFD2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2EC; }
p { color: rgb(255,210,236); }
H1.HeaderClassName
{
color: #FFD2EC;
}
.AnyTagClassName
{
color: #FFD2EC;
}
</style>
background-color css
<style>
a { background-color: #FFD2EC; }
a { background-color: rgb(255,210,236); }
div.DivClassName
{
background-color: #FFD2EC;
}
.BgClassName
{
background-color: #FFD2EC;
}
</style>
border-color css
<style>
span { border-color: #FFD2EC; }
span { border-color: rgb(255,210,236); }
td.TdClassName
{
border-color: #FFD2EC;
}
.TagClassName
{
border-color: #FFD2EC;
}
</style>