Shades of Pig Pink #FDD2EB
Tints of Pig Pink #FDD2EB
RGB
CMYK
RGB Variations
Color information
#FDD2EB (or 0xFDD2EB) is known color: Pig Pink. HEX triplet: FD, D2 and EB. RGB value is (253,210,235). Sum of RGB (Red+Green+Blue) = 253+210+235=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 210 (82.42% from 255 or 30.09% from 698); Blue value is 235 (92.19% from 255 or 33.67% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD2EB is #022D14. Grayscale: #E1E1E1. Windows color (decimal): -142613 or 15454973. OLE color: 15454973.
HSL color Cylindrical-coordinate representation of color #FDD2EB: hue angle of 325.12º 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 #FDD2EB is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 235 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.01 |
| HSL | 325.12º | 0.91% | 0.91% | - |
| HSV(B) | 325.12º | 0.17% | 0.99% | - |
| XYZ | 78.55 | 72.97 | 88.54 | - |
| YUV | 225.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 235 | 0 | 0.17 | 0.07 | 0.01 | 325.12 | 0.91 | 0.91 |
| Hex | FD | D2 | EB | 0 | 11 | 7 | 1 | 145 | 5B | 5B |
| Octal | 375 | 322 | 353 | 0 | 21 | 7 | 1 | 505 | 133 | 133 |
| Binary | 11111101 | 11010010 | 11101011 | 0 | 10001 | 111 | 1 | 101000101 | 1011011 | 1011011 |
Color Harmonies of #FDD2EB
Complementary color
Monochromatic Colors of #FDD2EB
Black with #FDD2EB
Text Example
Text Example
White with #FDD2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD2EB; }
p { color: rgb(253,210,235); }
H1.HeaderClassName
{
color: #FDD2EB;
}
.AnyTagClassName
{
color: #FDD2EB;
}
</style>
background-color css
<style>
a { background-color: #FDD2EB; }
a { background-color: rgb(253,210,235); }
div.DivClassName
{
background-color: #FDD2EB;
}
.BgClassName
{
background-color: #FDD2EB;
}
</style>
border-color css
<style>
span { border-color: #FDD2EB; }
span { border-color: rgb(253,210,235); }
td.TdClassName
{
border-color: #FDD2EB;
}
.TagClassName
{
border-color: #FDD2EB;
}
</style>