Shades of Pig Pink #FDD3EC
Tints of Pig Pink #FDD3EC
RGB
CMYK
RGB Variations
Color information
#FDD3EC (or 0xFDD3EC) is known color: Pig Pink. HEX triplet: FD, D3 and EC. RGB value is (253,211,236). Sum of RGB (Red+Green+Blue) = 253+211+236=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 211 (82.81% from 255 or 30.14% from 700); Blue value is 236 (92.58% from 255 or 33.71% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD3EC is #022C13. Grayscale: #E2E2E2. Windows color (decimal): -142356 or 15520765. OLE color: 15520765.
HSL color Cylindrical-coordinate representation of color #FDD3EC: hue angle of 324.29º 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 #FDD3EC is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 236 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.01 |
| HSL | 324.29º | 0.91% | 0.91% | - |
| HSV(B) | 324.29º | 0.17% | 0.99% | - |
| XYZ | 78.94 | 73.53 | 89.39 | - |
| YUV | 226.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 236 | 0 | 0.17 | 0.07 | 0.01 | 324.29 | 0.91 | 0.91 |
| Hex | FD | D3 | EC | 0 | 11 | 7 | 1 | 144 | 5B | 5B |
| Octal | 375 | 323 | 354 | 0 | 21 | 7 | 1 | 504 | 133 | 133 |
| Binary | 11111101 | 11010011 | 11101100 | 0 | 10001 | 111 | 1 | 101000100 | 1011011 | 1011011 |
Color Harmonies of #FDD3EC
Complementary color
Monochromatic Colors of #FDD3EC
Black with #FDD3EC
Text Example
Text Example
White with #FDD3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD3EC; }
p { color: rgb(253,211,236); }
H1.HeaderClassName
{
color: #FDD3EC;
}
.AnyTagClassName
{
color: #FDD3EC;
}
</style>
background-color css
<style>
a { background-color: #FDD3EC; }
a { background-color: rgb(253,211,236); }
div.DivClassName
{
background-color: #FDD3EC;
}
.BgClassName
{
background-color: #FDD3EC;
}
</style>
border-color css
<style>
span { border-color: #FDD3EC; }
span { border-color: rgb(253,211,236); }
td.TdClassName
{
border-color: #FDD3EC;
}
.TagClassName
{
border-color: #FDD3EC;
}
</style>