Shades of Pig Pink #FDD4DF
Tints of Pig Pink #FDD4DF
RGB
CMYK
RGB Variations
Color information
#FDD4DF (or 0xFDD4DF) is known color: Pig Pink. HEX triplet: FD, D4 and DF. RGB value is (253,212,223). Sum of RGB (Red+Green+Blue) = 253+212+223=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 212 (83.20% from 255 or 30.81% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD4DF is #022B20. Grayscale: #E1E1E1. Windows color (decimal): -142113 or 14669053. OLE color: 14669053.
HSL color Cylindrical-coordinate representation of color #FDD4DF: hue angle of 343.9º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FDD4DF is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 212 | 223 | - |
CMYK | 0 | 0.16 | 0.12 | 0.01 |
HSL | 343.9º | 0.91% | 0.91% | - |
HSV(B) | 343.9º | 0.16% | 0.99% | - |
XYZ | 77.37 | 73.3 | 79.88 | - |
YUV | 225.51 | 126.58 | 147.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 212 | 223 | 0 | 0.16 | 0.12 | 0.01 | 343.9 | 0.91 | 0.91 |
Hex | FD | D4 | DF | 0 | 10 | C | 1 | 158 | 5B | 5B |
Octal | 375 | 324 | 337 | 0 | 20 | 14 | 1 | 530 | 133 | 133 |
Binary | 11111101 | 11010100 | 11011111 | 0 | 10000 | 1100 | 1 | 101011000 | 1011011 | 1011011 |
Color Harmonies of #FDD4DF
Complementary color
Monochromatic Colors of #FDD4DF
Black with #FDD4DF
Text Example
Text Example
White with #FDD4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD4DF; }
p { color: rgb(253,212,223); }
H1.HeaderClassName
{
color: #FDD4DF;
}
.AnyTagClassName
{
color: #FDD4DF;
}
</style>
background-color css
<style>
a { background-color: #FDD4DF; }
a { background-color: rgb(253,212,223); }
div.DivClassName
{
background-color: #FDD4DF;
}
.BgClassName
{
background-color: #FDD4DF;
}
</style>
border-color css
<style>
span { border-color: #FDD4DF; }
span { border-color: rgb(253,212,223); }
td.TdClassName
{
border-color: #FDD4DF;
}
.TagClassName
{
border-color: #FDD4DF;
}
</style>