Shades of Pig Pink #FDD0DF
Tints of Pig Pink #FDD0DF
RGB
CMYK
RGB Variations
Color information
#FDD0DF (or 0xFDD0DF) is known color: Pig Pink. HEX triplet: FD, D0 and DF. RGB value is (253,208,223). Sum of RGB (Red+Green+Blue) = 253+208+223=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 208 (81.64% from 255 or 30.41% from 684); Blue value is 223 (87.5% from 255 or 32.60% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD0DF is #022F20. Grayscale: #DFDFDF. Windows color (decimal): -143137 or 14668029. OLE color: 14668029.
HSL color Cylindrical-coordinate representation of color #FDD0DF: hue angle of 340º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDD0DF is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 223 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.01 |
| HSL | 340º | 0.92% | 0.9% | - |
| HSV(B) | 340º | 0.18% | 0.99% | - |
| XYZ | 76.38 | 71.32 | 79.55 | - |
| YUV | 223.17 | 127.91 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 223 | 0 | 0.18 | 0.12 | 0.01 | 340 | 0.92 | 0.9 |
| Hex | FD | D0 | DF | 0 | 12 | C | 1 | 154 | 5C | 5A |
| Octal | 375 | 320 | 337 | 0 | 22 | 14 | 1 | 524 | 134 | 132 |
| Binary | 11111101 | 11010000 | 11011111 | 0 | 10010 | 1100 | 1 | 101010100 | 1011100 | 1011010 |
Color Harmonies of #FDD0DF
Complementary color
Monochromatic Colors of #FDD0DF
Black with #FDD0DF
Text Example
Text Example
White with #FDD0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD0DF; }
p { color: rgb(253,208,223); }
H1.HeaderClassName
{
color: #FDD0DF;
}
.AnyTagClassName
{
color: #FDD0DF;
}
</style>
background-color css
<style>
a { background-color: #FDD0DF; }
a { background-color: rgb(253,208,223); }
div.DivClassName
{
background-color: #FDD0DF;
}
.BgClassName
{
background-color: #FDD0DF;
}
</style>
border-color css
<style>
span { border-color: #FDD0DF; }
span { border-color: rgb(253,208,223); }
td.TdClassName
{
border-color: #FDD0DF;
}
.TagClassName
{
border-color: #FDD0DF;
}
</style>