Shades of Pig Pink #FDD3EA
Tints of Pig Pink #FDD3EA
RGB
CMYK
RGB Variations
Color information
#FDD3EA (or 0xFDD3EA) is known color: Pig Pink. HEX triplet: FD, D3 and EA. RGB value is (253,211,234). Sum of RGB (Red+Green+Blue) = 253+211+234=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 211 (82.81% from 255 or 30.23% from 698); Blue value is 234 (91.80% from 255 or 33.52% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD3EA is #022C15. Grayscale: #E2E2E2. Windows color (decimal): -142358 or 15389693. OLE color: 15389693.
HSL color Cylindrical-coordinate representation of color #FDD3EA: hue angle of 327.14º 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 #FDD3EA is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 234 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.01 |
| HSL | 327.14º | 0.91% | 0.91% | - |
| HSV(B) | 327.14º | 0.17% | 0.99% | - |
| XYZ | 78.65 | 73.41 | 87.87 | - |
| YUV | 226.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 234 | 0 | 0.17 | 0.08 | 0.01 | 327.14 | 0.91 | 0.91 |
| Hex | FD | D3 | EA | 0 | 11 | 8 | 1 | 147 | 5B | 5B |
| Octal | 375 | 323 | 352 | 0 | 21 | 10 | 1 | 507 | 133 | 133 |
| Binary | 11111101 | 11010011 | 11101010 | 0 | 10001 | 1000 | 1 | 101000111 | 1011011 | 1011011 |
Color Harmonies of #FDD3EA
Complementary color
Monochromatic Colors of #FDD3EA
Black with #FDD3EA
Text Example
Text Example
White with #FDD3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD3EA; }
p { color: rgb(253,211,234); }
H1.HeaderClassName
{
color: #FDD3EA;
}
.AnyTagClassName
{
color: #FDD3EA;
}
</style>
background-color css
<style>
a { background-color: #FDD3EA; }
a { background-color: rgb(253,211,234); }
div.DivClassName
{
background-color: #FDD3EA;
}
.BgClassName
{
background-color: #FDD3EA;
}
</style>
border-color css
<style>
span { border-color: #FDD3EA; }
span { border-color: rgb(253,211,234); }
td.TdClassName
{
border-color: #FDD3EA;
}
.TagClassName
{
border-color: #FDD3EA;
}
</style>