Shades of Pig Pink #FDD3E9
Tints of Pig Pink #FDD3E9
RGB
CMYK
RGB Variations
Color information
#FDD3E9 (or 0xFDD3E9) is known color: Pig Pink. HEX triplet: FD, D3 and E9. RGB value is (253,211,233). Sum of RGB (Red+Green+Blue) = 253+211+233=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 211 (82.81% from 255 or 30.27% from 697); Blue value is 233 (91.41% from 255 or 33.43% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD3E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD3E9 is #022C16. Grayscale: #E2E2E2. Windows color (decimal): -142359 or 15324157. OLE color: 15324157.
HSL color Cylindrical-coordinate representation of color #FDD3E9: hue angle of 328.57º 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 #FDD3E9 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 233 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.01 |
| HSL | 328.57º | 0.91% | 0.91% | - |
| HSV(B) | 328.57º | 0.17% | 0.99% | - |
| XYZ | 78.51 | 73.35 | 87.11 | - |
| YUV | 226.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 233 | 0 | 0.17 | 0.08 | 0.01 | 328.57 | 0.91 | 0.91 |
| Hex | FD | D3 | E9 | 0 | 11 | 8 | 1 | 149 | 5B | 5B |
| Octal | 375 | 323 | 351 | 0 | 21 | 10 | 1 | 511 | 133 | 133 |
| Binary | 11111101 | 11010011 | 11101001 | 0 | 10001 | 1000 | 1 | 101001001 | 1011011 | 1011011 |
Color Harmonies of #FDD3E9
Complementary color
Monochromatic Colors of #FDD3E9
Black with #FDD3E9
Text Example
Text Example
White with #FDD3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD3E9; }
p { color: rgb(253,211,233); }
H1.HeaderClassName
{
color: #FDD3E9;
}
.AnyTagClassName
{
color: #FDD3E9;
}
</style>
background-color css
<style>
a { background-color: #FDD3E9; }
a { background-color: rgb(253,211,233); }
div.DivClassName
{
background-color: #FDD3E9;
}
.BgClassName
{
background-color: #FDD3E9;
}
</style>
border-color css
<style>
span { border-color: #FDD3E9; }
span { border-color: rgb(253,211,233); }
td.TdClassName
{
border-color: #FDD3E9;
}
.TagClassName
{
border-color: #FDD3E9;
}
</style>