Shades of Pig Pink #FDD9E2
Tints of Pig Pink #FDD9E2
RGB
CMYK
RGB Variations
Color information
#FDD9E2 (or 0xFDD9E2) is known color: Pig Pink. HEX triplet: FD, D9 and E2. RGB value is (253,217,226). Sum of RGB (Red+Green+Blue) = 253+217+226=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 217 (85.16% from 255 or 31.18% from 696); Blue value is 226 (88.67% from 255 or 32.47% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD9E2 is #02261D. Grayscale: #E4E4E4. Windows color (decimal): -140830 or 14866941. OLE color: 14866941.
HSL color Cylindrical-coordinate representation of color #FDD9E2: hue angle of 345º 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 #FDD9E2 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 226 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.01 |
| HSL | 345º | 0.9% | 0.92% | - |
| HSV(B) | 345º | 0.14% | 0.99% | - |
| XYZ | 79.05 | 76 | 82.45 | - |
| YUV | 228.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 226 | 0 | 0.14 | 0.11 | 0.01 | 345 | 0.9 | 0.92 |
| Hex | FD | D9 | E2 | 0 | E | B | 1 | 159 | 5A | 5C |
| Octal | 375 | 331 | 342 | 0 | 16 | 13 | 1 | 531 | 132 | 134 |
| Binary | 11111101 | 11011001 | 11100010 | 0 | 1110 | 1011 | 1 | 101011001 | 1011010 | 1011100 |
Color Harmonies of #FDD9E2
Complementary color
Monochromatic Colors of #FDD9E2
Black with #FDD9E2
Text Example
Text Example
White with #FDD9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD9E2; }
p { color: rgb(253,217,226); }
H1.HeaderClassName
{
color: #FDD9E2;
}
.AnyTagClassName
{
color: #FDD9E2;
}
</style>
background-color css
<style>
a { background-color: #FDD9E2; }
a { background-color: rgb(253,217,226); }
div.DivClassName
{
background-color: #FDD9E2;
}
.BgClassName
{
background-color: #FDD9E2;
}
</style>
border-color css
<style>
span { border-color: #FDD9E2; }
span { border-color: rgb(253,217,226); }
td.TdClassName
{
border-color: #FDD9E2;
}
.TagClassName
{
border-color: #FDD9E2;
}
</style>