Shades of Pig Pink #FCDCF0
Tints of Pig Pink #FCDCF0
RGB
CMYK
RGB Variations
Color information
#FCDCF0 (or 0xFCDCF0) is known color: Pig Pink. HEX triplet: FC, DC and F0. RGB value is (252,220,240). Sum of RGB (Red+Green+Blue) = 252+220+240=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 220 (86.33% from 255 or 30.90% from 712); Blue value is 240 (94.14% from 255 or 33.71% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDCF0 is #03230F. Grayscale: #E7E7E7. Windows color (decimal): -205584 or 15785212. OLE color: 15785212.
HSL color Cylindrical-coordinate representation of color #FCDCF0: hue angle of 322.5º degrees, saturation: 0.84, 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 #FCDCF0 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 220 | 240 | - |
CMYK | 0 | 0.13 | 0.05 | 0.01 |
HSL | 322.5º | 0.84% | 0.93% | - |
HSV(B) | 322.5º | 0.13% | 0.99% | - |
XYZ | 81.47 | 78.17 | 93.23 | - |
YUV | 231.85 | 132.6 | 142.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 220 | 240 | 0 | 0.13 | 0.05 | 0.01 | 322.5 | 0.84 | 0.93 |
Hex | FC | DC | F0 | 0 | D | 5 | 1 | 142 | 54 | 5D |
Octal | 374 | 334 | 360 | 0 | 15 | 5 | 1 | 502 | 124 | 135 |
Binary | 11111100 | 11011100 | 11110000 | 0 | 1101 | 101 | 1 | 101000010 | 1010100 | 1011101 |
Color Harmonies of #FCDCF0
Complementary color
Monochromatic Colors of #FCDCF0
Black with #FCDCF0
Text Example
Text Example
White with #FCDCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCF0; }
p { color: rgb(252,220,240); }
H1.HeaderClassName
{
color: #FCDCF0;
}
.AnyTagClassName
{
color: #FCDCF0;
}
</style>
background-color css
<style>
a { background-color: #FCDCF0; }
a { background-color: rgb(252,220,240); }
div.DivClassName
{
background-color: #FCDCF0;
}
.BgClassName
{
background-color: #FCDCF0;
}
</style>
border-color css
<style>
span { border-color: #FCDCF0; }
span { border-color: rgb(252,220,240); }
td.TdClassName
{
border-color: #FCDCF0;
}
.TagClassName
{
border-color: #FCDCF0;
}
</style>