Shades of Pig Pink #FDDDEF
Tints of Pig Pink #FDDDEF
RGB
CMYK
RGB Variations
Color information
#FDDDEF (or 0xFDDDEF) is known color: Pig Pink. HEX triplet: FD, DD and EF. RGB value is (253,221,239). Sum of RGB (Red+Green+Blue) = 253+221+239=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 221 (86.72% from 255 or 31.00% from 713); Blue value is 239 (93.75% from 255 or 33.52% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDDEF is #022210. Grayscale: #E8E8E8. Windows color (decimal): -139793 or 15719933. OLE color: 15719933.
HSL color Cylindrical-coordinate representation of color #FDDDEF: hue angle of 326.25º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDDDEF is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 239 | - |
CMYK | 0 | 0.13 | 0.06 | 0.01 |
HSL | 326.25º | 0.89% | 0.93% | - |
HSV(B) | 326.25º | 0.13% | 0.99% | - |
XYZ | 81.94 | 78.83 | 92.56 | - |
YUV | 232.62 | 131.6 | 142.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 239 | 0 | 0.13 | 0.06 | 0.01 | 326.25 | 0.89 | 0.93 |
Hex | FD | DD | EF | 0 | D | 6 | 1 | 146 | 59 | 5D |
Octal | 375 | 335 | 357 | 0 | 15 | 6 | 1 | 506 | 131 | 135 |
Binary | 11111101 | 11011101 | 11101111 | 0 | 1101 | 110 | 1 | 101000110 | 1011001 | 1011101 |
Color Harmonies of #FDDDEF
Complementary color
Monochromatic Colors of #FDDDEF
Black with #FDDDEF
Text Example
Text Example
White with #FDDDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDEF; }
p { color: rgb(253,221,239); }
H1.HeaderClassName
{
color: #FDDDEF;
}
.AnyTagClassName
{
color: #FDDDEF;
}
</style>
background-color css
<style>
a { background-color: #FDDDEF; }
a { background-color: rgb(253,221,239); }
div.DivClassName
{
background-color: #FDDDEF;
}
.BgClassName
{
background-color: #FDDDEF;
}
</style>
border-color css
<style>
span { border-color: #FDDDEF; }
span { border-color: rgb(253,221,239); }
td.TdClassName
{
border-color: #FDDDEF;
}
.TagClassName
{
border-color: #FDDDEF;
}
</style>