Shades of Pig Pink #FCDDF1
Tints of Pig Pink #FCDDF1
RGB
CMYK
RGB Variations
Color information
#FCDDF1 (or 0xFCDDF1) is known color: Pig Pink. HEX triplet: FC, DD and F1. RGB value is (252,221,241). Sum of RGB (Red+Green+Blue) = 252+221+241=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 221 (86.72% from 255 or 30.95% from 714); Blue value is 241 (94.53% from 255 or 33.75% from 714); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDF1 is #03220E. Grayscale: #E8E8E8. Windows color (decimal): -205327 or 15851004. OLE color: 15851004.
HSL color Cylindrical-coordinate representation of color #FCDDF1: hue angle of 321.29º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCDDF1 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 221 | 241 | - |
CMYK | 0 | 0.12 | 0.04 | 0.01 |
HSL | 321.29º | 0.84% | 0.93% | - |
HSV(B) | 321.29º | 0.12% | 0.99% | - |
XYZ | 81.88 | 78.76 | 94.11 | - |
YUV | 232.55 | 132.77 | 141.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 221 | 241 | 0 | 0.12 | 0.04 | 0.01 | 321.29 | 0.84 | 0.93 |
Hex | FC | DD | F1 | 0 | C | 4 | 1 | 141 | 54 | 5D |
Octal | 374 | 335 | 361 | 0 | 14 | 4 | 1 | 501 | 124 | 135 |
Binary | 11111100 | 11011101 | 11110001 | 0 | 1100 | 100 | 1 | 101000001 | 1010100 | 1011101 |
Color Harmonies of #FCDDF1
Complementary color
Monochromatic Colors of #FCDDF1
Black with #FCDDF1
Text Example
Text Example
White with #FCDDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDF1; }
p { color: rgb(252,221,241); }
H1.HeaderClassName
{
color: #FCDDF1;
}
.AnyTagClassName
{
color: #FCDDF1;
}
</style>
background-color css
<style>
a { background-color: #FCDDF1; }
a { background-color: rgb(252,221,241); }
div.DivClassName
{
background-color: #FCDDF1;
}
.BgClassName
{
background-color: #FCDDF1;
}
</style>
border-color css
<style>
span { border-color: #FCDDF1; }
span { border-color: rgb(252,221,241); }
td.TdClassName
{
border-color: #FCDDF1;
}
.TagClassName
{
border-color: #FCDDF1;
}
</style>