Shades of Pig Pink #FDDDF1
Tints of Pig Pink #FDDDF1
RGB
CMYK
RGB Variations
Color information
#FDDDF1 (or 0xFDDDF1) is known color: Pig Pink. HEX triplet: FD, DD and F1. RGB value is (253,221,241). Sum of RGB (Red+Green+Blue) = 253+221+241=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 221 (86.72% from 255 or 30.91% from 715); Blue value is 241 (94.53% from 255 or 33.71% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDDF1 is #02220E. Grayscale: #E8E8E8. Windows color (decimal): -139791 or 15851005. OLE color: 15851005.
HSL color Cylindrical-coordinate representation of color #FDDDF1: hue angle of 322.5º 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 #FDDDF1 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 241 | - |
CMYK | 0 | 0.13 | 0.05 | 0.01 |
HSL | 322.5º | 0.89% | 0.93% | - |
HSV(B) | 322.5º | 0.13% | 0.99% | - |
XYZ | 82.24 | 78.95 | 94.12 | - |
YUV | 232.85 | 132.6 | 142.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 241 | 0 | 0.13 | 0.05 | 0.01 | 322.5 | 0.89 | 0.93 |
Hex | FD | DD | F1 | 0 | D | 5 | 1 | 142 | 59 | 5D |
Octal | 375 | 335 | 361 | 0 | 15 | 5 | 1 | 502 | 131 | 135 |
Binary | 11111101 | 11011101 | 11110001 | 0 | 1101 | 101 | 1 | 101000010 | 1011001 | 1011101 |
Color Harmonies of #FDDDF1
Complementary color
Monochromatic Colors of #FDDDF1
Black with #FDDDF1
Text Example
Text Example
White with #FDDDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDF1; }
p { color: rgb(253,221,241); }
H1.HeaderClassName
{
color: #FDDDF1;
}
.AnyTagClassName
{
color: #FDDDF1;
}
</style>
background-color css
<style>
a { background-color: #FDDDF1; }
a { background-color: rgb(253,221,241); }
div.DivClassName
{
background-color: #FDDDF1;
}
.BgClassName
{
background-color: #FDDDF1;
}
</style>
border-color css
<style>
span { border-color: #FDDDF1; }
span { border-color: rgb(253,221,241); }
td.TdClassName
{
border-color: #FDDDF1;
}
.TagClassName
{
border-color: #FDDDF1;
}
</style>