Shades of Pig Pink #FDD9EE
Tints of Pig Pink #FDD9EE
RGB
CMYK
RGB Variations
Color information
#FDD9EE (or 0xFDD9EE) is known color: Pig Pink. HEX triplet: FD, D9 and EE. RGB value is (253,217,238). Sum of RGB (Red+Green+Blue) = 253+217+238=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 217 (85.16% from 255 or 30.65% from 708); Blue value is 238 (93.36% from 255 or 33.62% from 708); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD9EE is #022611. Grayscale: #E6E6E6. Windows color (decimal): -140818 or 15653373. OLE color: 15653373.
HSL color Cylindrical-coordinate representation of color #FDD9EE: hue angle of 325º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDD9EE is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 238 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.01 |
| HSL | 325º | 0.9% | 0.92% | - |
| HSV(B) | 325º | 0.14% | 0.99% | - |
| XYZ | 80.75 | 76.68 | 91.43 | - |
| YUV | 230.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 238 | 0 | 0.14 | 0.06 | 0.01 | 325 | 0.9 | 0.92 |
| Hex | FD | D9 | EE | 0 | E | 6 | 1 | 145 | 5A | 5C |
| Octal | 375 | 331 | 356 | 0 | 16 | 6 | 1 | 505 | 132 | 134 |
| Binary | 11111101 | 11011001 | 11101110 | 0 | 1110 | 110 | 1 | 101000101 | 1011010 | 1011100 |
Color Harmonies of #FDD9EE
Complementary color
Monochromatic Colors of #FDD9EE
Black with #FDD9EE
Text Example
Text Example
White with #FDD9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD9EE; }
p { color: rgb(253,217,238); }
H1.HeaderClassName
{
color: #FDD9EE;
}
.AnyTagClassName
{
color: #FDD9EE;
}
</style>
background-color css
<style>
a { background-color: #FDD9EE; }
a { background-color: rgb(253,217,238); }
div.DivClassName
{
background-color: #FDD9EE;
}
.BgClassName
{
background-color: #FDD9EE;
}
</style>
border-color css
<style>
span { border-color: #FDD9EE; }
span { border-color: rgb(253,217,238); }
td.TdClassName
{
border-color: #FDD9EE;
}
.TagClassName
{
border-color: #FDD9EE;
}
</style>