Shades of Pig Pink #FDD1DE
Tints of Pig Pink #FDD1DE
RGB
CMYK
RGB Variations
Color information
#FDD1DE (or 0xFDD1DE) is known color: Pig Pink. HEX triplet: FD, D1 and DE. RGB value is (253,209,222). Sum of RGB (Red+Green+Blue) = 253+209+222=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 209 (82.03% from 255 or 30.56% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD1DE is #022E21. Grayscale: #DFDFDF. Windows color (decimal): -142882 or 14602749. OLE color: 14602749.
HSL color Cylindrical-coordinate representation of color #FDD1DE: hue angle of 342.27º degrees, saturation: 0.92, 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 #FDD1DE is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 222 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.01 |
| HSL | 342.27º | 0.92% | 0.91% | - |
| HSV(B) | 342.27º | 0.17% | 0.99% | - |
| XYZ | 76.49 | 71.76 | 78.93 | - |
| YUV | 223.64 | 127.08 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 222 | 0 | 0.17 | 0.12 | 0.01 | 342.27 | 0.92 | 0.91 |
| Hex | FD | D1 | DE | 0 | 11 | C | 1 | 156 | 5C | 5B |
| Octal | 375 | 321 | 336 | 0 | 21 | 14 | 1 | 526 | 134 | 133 |
| Binary | 11111101 | 11010001 | 11011110 | 0 | 10001 | 1100 | 1 | 101010110 | 1011100 | 1011011 |
Color Harmonies of #FDD1DE
Complementary color
Monochromatic Colors of #FDD1DE
Black with #FDD1DE
Text Example
Text Example
White with #FDD1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD1DE; }
p { color: rgb(253,209,222); }
H1.HeaderClassName
{
color: #FDD1DE;
}
.AnyTagClassName
{
color: #FDD1DE;
}
</style>
background-color css
<style>
a { background-color: #FDD1DE; }
a { background-color: rgb(253,209,222); }
div.DivClassName
{
background-color: #FDD1DE;
}
.BgClassName
{
background-color: #FDD1DE;
}
</style>
border-color css
<style>
span { border-color: #FDD1DE; }
span { border-color: rgb(253,209,222); }
td.TdClassName
{
border-color: #FDD1DE;
}
.TagClassName
{
border-color: #FDD1DE;
}
</style>