Shades of Pig Pink #FDDAEC
Tints of Pig Pink #FDDAEC
RGB
CMYK
RGB Variations
Color information
#FDDAEC (or 0xFDDAEC) is known color: Pig Pink. HEX triplet: FD, DA and EC. RGB value is (253,218,236). Sum of RGB (Red+Green+Blue) = 253+218+236=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 218 (85.55% from 255 or 30.83% from 707); Blue value is 236 (92.58% from 255 or 33.38% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDAEC is #022513. Grayscale: #E6E6E6. Windows color (decimal): -140564 or 15522557. OLE color: 15522557.
HSL color Cylindrical-coordinate representation of color #FDDAEC: hue angle of 329.14º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDDAEC is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 218 | 236 | - |
CMYK | 0 | 0.14 | 0.07 | 0.01 |
HSL | 329.14º | 0.9% | 0.92% | - |
HSV(B) | 329.14º | 0.14% | 0.99% | - |
XYZ | 80.72 | 77.08 | 89.98 | - |
YUV | 230.52 | 131.1 | 144.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 218 | 236 | 0 | 0.14 | 0.07 | 0.01 | 329.14 | 0.9 | 0.92 |
Hex | FD | DA | EC | 0 | E | 7 | 1 | 149 | 5A | 5C |
Octal | 375 | 332 | 354 | 0 | 16 | 7 | 1 | 511 | 132 | 134 |
Binary | 11111101 | 11011010 | 11101100 | 0 | 1110 | 111 | 1 | 101001001 | 1011010 | 1011100 |
Color Harmonies of #FDDAEC
Complementary color
Monochromatic Colors of #FDDAEC
Black with #FDDAEC
Text Example
Text Example
White with #FDDAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAEC; }
p { color: rgb(253,218,236); }
H1.HeaderClassName
{
color: #FDDAEC;
}
.AnyTagClassName
{
color: #FDDAEC;
}
</style>
background-color css
<style>
a { background-color: #FDDAEC; }
a { background-color: rgb(253,218,236); }
div.DivClassName
{
background-color: #FDDAEC;
}
.BgClassName
{
background-color: #FDDAEC;
}
</style>
border-color css
<style>
span { border-color: #FDDAEC; }
span { border-color: rgb(253,218,236); }
td.TdClassName
{
border-color: #FDDAEC;
}
.TagClassName
{
border-color: #FDDAEC;
}
</style>