Shades of Pig Pink #FDDDF2
Tints of Pig Pink #FDDDF2
RGB
CMYK
RGB Variations
Color information
#FDDDF2 (or 0xFDDDF2) is known color: Pig Pink. HEX triplet: FD, DD and F2. RGB value is (253,221,242). Sum of RGB (Red+Green+Blue) = 253+221+242=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 221 (86.72% from 255 or 30.87% from 716); Blue value is 242 (94.92% from 255 or 33.80% from 716); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDDF2 is #02220D. Grayscale: #E8E8E8. Windows color (decimal): -139790 or 15916541. OLE color: 15916541.
HSL color Cylindrical-coordinate representation of color #FDDDF2: hue angle of 320.62º 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 #FDDDF2 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 242 | - |
CMYK | 0 | 0.13 | 0.04 | 0.01 |
HSL | 320.63º | 0.89% | 0.93% | - |
HSV(B) | 320.63º | 0.13% | 0.99% | - |
XYZ | 82.39 | 79.01 | 94.91 | - |
YUV | 232.96 | 133.1 | 142.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 242 | 0 | 0.13 | 0.04 | 0.01 | 320.63 | 0.89 | 0.93 |
Hex | FD | DD | F2 | 0 | D | 4 | 1 | 141 | 59 | 5D |
Octal | 375 | 335 | 362 | 0 | 15 | 4 | 1 | 501 | 131 | 135 |
Binary | 11111101 | 11011101 | 11110010 | 0 | 1101 | 100 | 1 | 101000001 | 1011001 | 1011101 |
Color Harmonies of #FDDDF2
Complementary color
Monochromatic Colors of #FDDDF2
Black with #FDDDF2
Text Example
Text Example
White with #FDDDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDF2; }
p { color: rgb(253,221,242); }
H1.HeaderClassName
{
color: #FDDDF2;
}
.AnyTagClassName
{
color: #FDDDF2;
}
</style>
background-color css
<style>
a { background-color: #FDDDF2; }
a { background-color: rgb(253,221,242); }
div.DivClassName
{
background-color: #FDDDF2;
}
.BgClassName
{
background-color: #FDDDF2;
}
</style>
border-color css
<style>
span { border-color: #FDDDF2; }
span { border-color: rgb(253,221,242); }
td.TdClassName
{
border-color: #FDDDF2;
}
.TagClassName
{
border-color: #FDDDF2;
}
</style>