Shades of Pig Pink #FDDDF0
Tints of Pig Pink #FDDDF0
RGB
CMYK
RGB Variations
Color information
#FDDDF0 (or 0xFDDDF0) is known color: Pig Pink. HEX triplet: FD, DD and F0. RGB value is (253,221,240). Sum of RGB (Red+Green+Blue) = 253+221+240=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 221 (86.72% from 255 or 30.95% from 714); Blue value is 240 (94.14% from 255 or 33.61% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDDF0 is #02220F. Grayscale: #E8E8E8. Windows color (decimal): -139792 or 15785469. OLE color: 15785469.
HSL color Cylindrical-coordinate representation of color #FDDDF0: hue angle of 324.38º 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 #FDDDF0 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 240 | - |
CMYK | 0 | 0.13 | 0.05 | 0.01 |
HSL | 324.38º | 0.89% | 0.93% | - |
HSV(B) | 324.38º | 0.13% | 0.99% | - |
XYZ | 82.09 | 78.89 | 93.34 | - |
YUV | 232.73 | 132.1 | 142.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 240 | 0 | 0.13 | 0.05 | 0.01 | 324.38 | 0.89 | 0.93 |
Hex | FD | DD | F0 | 0 | D | 5 | 1 | 144 | 59 | 5D |
Octal | 375 | 335 | 360 | 0 | 15 | 5 | 1 | 504 | 131 | 135 |
Binary | 11111101 | 11011101 | 11110000 | 0 | 1101 | 101 | 1 | 101000100 | 1011001 | 1011101 |
Color Harmonies of #FDDDF0
Complementary color
Monochromatic Colors of #FDDDF0
Black with #FDDDF0
Text Example
Text Example
White with #FDDDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDF0; }
p { color: rgb(253,221,240); }
H1.HeaderClassName
{
color: #FDDDF0;
}
.AnyTagClassName
{
color: #FDDDF0;
}
</style>
background-color css
<style>
a { background-color: #FDDDF0; }
a { background-color: rgb(253,221,240); }
div.DivClassName
{
background-color: #FDDDF0;
}
.BgClassName
{
background-color: #FDDDF0;
}
</style>
border-color css
<style>
span { border-color: #FDDDF0; }
span { border-color: rgb(253,221,240); }
td.TdClassName
{
border-color: #FDDDF0;
}
.TagClassName
{
border-color: #FDDDF0;
}
</style>