Shades of Pig Pink #FDDDED
Tints of Pig Pink #FDDDED
RGB
CMYK
RGB Variations
Color information
#FDDDED (or 0xFDDDED) is known color: Pig Pink. HEX triplet: FD, DD and ED. RGB value is (253,221,237). Sum of RGB (Red+Green+Blue) = 253+221+237=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 221 (86.72% from 255 or 31.08% from 711); Blue value is 237 (92.97% from 255 or 33.33% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDDED is #022212. Grayscale: #E8E8E8. Windows color (decimal): -139795 or 15588861. OLE color: 15588861.
HSL color Cylindrical-coordinate representation of color #FDDDED: hue angle of 330º 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 #FDDDED is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 237 | - |
CMYK | 0 | 0.13 | 0.06 | 0.01 |
HSL | 330º | 0.89% | 0.93% | - |
HSV(B) | 330º | 0.13% | 0.99% | - |
XYZ | 81.65 | 78.71 | 91.01 | - |
YUV | 232.39 | 130.6 | 142.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 237 | 0 | 0.13 | 0.06 | 0.01 | 330 | 0.89 | 0.93 |
Hex | FD | DD | ED | 0 | D | 6 | 1 | 14A | 59 | 5D |
Octal | 375 | 335 | 355 | 0 | 15 | 6 | 1 | 512 | 131 | 135 |
Binary | 11111101 | 11011101 | 11101101 | 0 | 1101 | 110 | 1 | 101001010 | 1011001 | 1011101 |
Color Harmonies of #FDDDED
Complementary color
Monochromatic Colors of #FDDDED
Black with #FDDDED
Text Example
Text Example
White with #FDDDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDED; }
p { color: rgb(253,221,237); }
H1.HeaderClassName
{
color: #FDDDED;
}
.AnyTagClassName
{
color: #FDDDED;
}
</style>
background-color css
<style>
a { background-color: #FDDDED; }
a { background-color: rgb(253,221,237); }
div.DivClassName
{
background-color: #FDDDED;
}
.BgClassName
{
background-color: #FDDDED;
}
</style>
border-color css
<style>
span { border-color: #FDDDED; }
span { border-color: rgb(253,221,237); }
td.TdClassName
{
border-color: #FDDDED;
}
.TagClassName
{
border-color: #FDDDED;
}
</style>