Shades of Pig Pink #FDDFEC
Tints of Pig Pink #FDDFEC
RGB
CMYK
RGB Variations
Color information
#FDDFEC (or 0xFDDFEC) is known color: Pig Pink. HEX triplet: FD, DF and EC. RGB value is (253,223,236). Sum of RGB (Red+Green+Blue) = 253+223+236=712 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.53% from 712); Green value is 223 (87.5% from 255 or 31.32% from 712); Blue value is 236 (92.58% from 255 or 33.15% from 712); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDFEC is #022013. Grayscale: #E9E9E9. Windows color (decimal): -139284 or 15523837. OLE color: 15523837.
HSL color Cylindrical-coordinate representation of color #FDDFEC: hue angle of 334º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDFEC is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 223 | 236 | - |
CMYK | 0 | 0.12 | 0.07 | 0.01 |
HSL | 334º | 0.88% | 0.93% | - |
HSV(B) | 334º | 0.12% | 0.99% | - |
XYZ | 82.04 | 79.71 | 90.42 | - |
YUV | 233.45 | 129.44 | 141.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 223 | 236 | 0 | 0.12 | 0.07 | 0.01 | 334 | 0.88 | 0.93 |
Hex | FD | DF | EC | 0 | C | 7 | 1 | 14E | 58 | 5D |
Octal | 375 | 337 | 354 | 0 | 14 | 7 | 1 | 516 | 130 | 135 |
Binary | 11111101 | 11011111 | 11101100 | 0 | 1100 | 111 | 1 | 101001110 | 1011000 | 1011101 |
Color Harmonies of #FDDFEC
Complementary color
Monochromatic Colors of #FDDFEC
Black with #FDDFEC
Text Example
Text Example
White with #FDDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFEC; }
p { color: rgb(253,223,236); }
H1.HeaderClassName
{
color: #FDDFEC;
}
.AnyTagClassName
{
color: #FDDFEC;
}
</style>
background-color css
<style>
a { background-color: #FDDFEC; }
a { background-color: rgb(253,223,236); }
div.DivClassName
{
background-color: #FDDFEC;
}
.BgClassName
{
background-color: #FDDFEC;
}
</style>
border-color css
<style>
span { border-color: #FDDFEC; }
span { border-color: rgb(253,223,236); }
td.TdClassName
{
border-color: #FDDFEC;
}
.TagClassName
{
border-color: #FDDFEC;
}
</style>