Shades of Pig Pink #FDCDDE
Tints of Pig Pink #FDCDDE
RGB
CMYK
RGB Variations
Color information
#FDCDDE (or 0xFDCDDE) is known color: Pig Pink. HEX triplet: FD, CD and DE. RGB value is (253,205,222). Sum of RGB (Red+Green+Blue) = 253+205+222=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 205 (80.47% from 255 or 30.15% from 680); Blue value is 222 (87.11% from 255 or 32.65% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDDE is #023221. Grayscale: #DDDDDD. Windows color (decimal): -143906 or 14601725. OLE color: 14601725.
HSL color Cylindrical-coordinate representation of color #FDCDDE: hue angle of 338.75º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCDDE is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 222 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.01 |
| HSL | 338.75º | 0.92% | 0.9% | - |
| HSV(B) | 338.75º | 0.19% | 0.99% | - |
| XYZ | 75.52 | 69.82 | 78.6 | - |
| YUV | 221.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 222 | 0 | 0.19 | 0.12 | 0.01 | 338.75 | 0.92 | 0.9 |
| Hex | FD | CD | DE | 0 | 13 | C | 1 | 153 | 5C | 5A |
| Octal | 375 | 315 | 336 | 0 | 23 | 14 | 1 | 523 | 134 | 132 |
| Binary | 11111101 | 11001101 | 11011110 | 0 | 10011 | 1100 | 1 | 101010011 | 1011100 | 1011010 |
Color Harmonies of #FDCDDE
Complementary color
Monochromatic Colors of #FDCDDE
Black with #FDCDDE
Text Example
Text Example
White with #FDCDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDDE; }
p { color: rgb(253,205,222); }
H1.HeaderClassName
{
color: #FDCDDE;
}
.AnyTagClassName
{
color: #FDCDDE;
}
</style>
background-color css
<style>
a { background-color: #FDCDDE; }
a { background-color: rgb(253,205,222); }
div.DivClassName
{
background-color: #FDCDDE;
}
.BgClassName
{
background-color: #FDCDDE;
}
</style>
border-color css
<style>
span { border-color: #FDCDDE; }
span { border-color: rgb(253,205,222); }
td.TdClassName
{
border-color: #FDCDDE;
}
.TagClassName
{
border-color: #FDCDDE;
}
</style>