Shades of Pig Pink #FCDDF4
Tints of Pig Pink #FCDDF4
RGB
CMYK
RGB Variations
Color information
#FCDDF4 (or 0xFCDDF4) is known color: Pig Pink. HEX triplet: FC, DD and F4. RGB value is (252,221,244). Sum of RGB (Red+Green+Blue) = 252+221+244=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 221 (86.72% from 255 or 30.82% from 717); Blue value is 244 (95.70% from 255 or 34.03% from 717); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDF4 is #03220B. Grayscale: #E8E8E8. Windows color (decimal): -205324 or 16047612. OLE color: 16047612.
HSL color Cylindrical-coordinate representation of color #FCDDF4: hue angle of 315.48º 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 #FCDDF4 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 221 | 244 | - |
CMYK | 0 | 0.12 | 0.03 | 0.01 |
HSL | 315.48º | 0.84% | 0.93% | - |
HSV(B) | 315.48º | 0.12% | 0.99% | - |
XYZ | 82.33 | 78.94 | 96.49 | - |
YUV | 232.89 | 134.27 | 141.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 221 | 244 | 0 | 0.12 | 0.03 | 0.01 | 315.48 | 0.84 | 0.93 |
Hex | FC | DD | F4 | 0 | C | 3 | 1 | 13B | 54 | 5D |
Octal | 374 | 335 | 364 | 0 | 14 | 3 | 1 | 473 | 124 | 135 |
Binary | 11111100 | 11011101 | 11110100 | 0 | 1100 | 11 | 1 | 100111011 | 1010100 | 1011101 |
Color Harmonies of #FCDDF4
Complementary color
Monochromatic Colors of #FCDDF4
Black with #FCDDF4
Text Example
Text Example
White with #FCDDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDF4; }
p { color: rgb(252,221,244); }
H1.HeaderClassName
{
color: #FCDDF4;
}
.AnyTagClassName
{
color: #FCDDF4;
}
</style>
background-color css
<style>
a { background-color: #FCDDF4; }
a { background-color: rgb(252,221,244); }
div.DivClassName
{
background-color: #FCDDF4;
}
.BgClassName
{
background-color: #FCDDF4;
}
</style>
border-color css
<style>
span { border-color: #FCDDF4; }
span { border-color: rgb(252,221,244); }
td.TdClassName
{
border-color: #FCDDF4;
}
.TagClassName
{
border-color: #FCDDF4;
}
</style>