Shades of Pig Pink #FCDBF1
Tints of Pig Pink #FCDBF1
RGB
CMYK
RGB Variations
Color information
#FCDBF1 (or 0xFCDBF1) is known color: Pig Pink. HEX triplet: FC, DB and F1. RGB value is (252,219,241). Sum of RGB (Red+Green+Blue) = 252+219+241=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 219 (85.94% from 255 or 30.76% from 712); Blue value is 241 (94.53% from 255 or 33.85% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDBF1 is #03240E. Grayscale: #E7E7E7. Windows color (decimal): -205839 or 15850492. OLE color: 15850492.
HSL color Cylindrical-coordinate representation of color #FCDBF1: hue angle of 320º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCDBF1 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 241 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.01 |
| HSL | 320º | 0.85% | 0.92% | - |
| HSV(B) | 320º | 0.13% | 0.99% | - |
| XYZ | 81.35 | 77.71 | 93.93 | - |
| YUV | 231.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 241 | 0 | 0.13 | 0.04 | 0.01 | 320 | 0.85 | 0.92 |
| Hex | FC | DB | F1 | 0 | D | 4 | 1 | 140 | 55 | 5C |
| Octal | 374 | 333 | 361 | 0 | 15 | 4 | 1 | 500 | 125 | 134 |
| Binary | 11111100 | 11011011 | 11110001 | 0 | 1101 | 100 | 1 | 101000000 | 1010101 | 1011100 |
Color Harmonies of #FCDBF1
Complementary color
Monochromatic Colors of #FCDBF1
Black with #FCDBF1
Text Example
Text Example
White with #FCDBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBF1; }
p { color: rgb(252,219,241); }
H1.HeaderClassName
{
color: #FCDBF1;
}
.AnyTagClassName
{
color: #FCDBF1;
}
</style>
background-color css
<style>
a { background-color: #FCDBF1; }
a { background-color: rgb(252,219,241); }
div.DivClassName
{
background-color: #FCDBF1;
}
.BgClassName
{
background-color: #FCDBF1;
}
</style>
border-color css
<style>
span { border-color: #FCDBF1; }
span { border-color: rgb(252,219,241); }
td.TdClassName
{
border-color: #FCDBF1;
}
.TagClassName
{
border-color: #FCDBF1;
}
</style>