Shades of Pig Pink #FCDEF1
Tints of Pig Pink #FCDEF1
RGB
CMYK
RGB Variations
Color information
#FCDEF1 (or 0xFCDEF1) is known color: Pig Pink. HEX triplet: FC, DE and F1. RGB value is (252,222,241). Sum of RGB (Red+Green+Blue) = 252+222+241=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 222 (87.11% from 255 or 31.05% from 715); Blue value is 241 (94.53% from 255 or 33.71% from 715); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDEF1 is #03210E. Grayscale: #E9E9E9. Windows color (decimal): -205071 or 15851260. OLE color: 15851260.
HSL color Cylindrical-coordinate representation of color #FCDEF1: hue angle of 322º degrees, saturation: 0.83, 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 #FCDEF1 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 241 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.01 |
| HSL | 322º | 0.83% | 0.93% | - |
| HSV(B) | 322º | 0.12% | 0.99% | - |
| XYZ | 82.14 | 79.29 | 94.19 | - |
| YUV | 233.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 241 | 0 | 0.12 | 0.04 | 0.01 | 322 | 0.83 | 0.93 |
| Hex | FC | DE | F1 | 0 | C | 4 | 1 | 142 | 53 | 5D |
| Octal | 374 | 336 | 361 | 0 | 14 | 4 | 1 | 502 | 123 | 135 |
| Binary | 11111100 | 11011110 | 11110001 | 0 | 1100 | 100 | 1 | 101000010 | 1010011 | 1011101 |
Color Harmonies of #FCDEF1
Complementary color
Monochromatic Colors of #FCDEF1
Black with #FCDEF1
Text Example
Text Example
White with #FCDEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDEF1; }
p { color: rgb(252,222,241); }
H1.HeaderClassName
{
color: #FCDEF1;
}
.AnyTagClassName
{
color: #FCDEF1;
}
</style>
background-color css
<style>
a { background-color: #FCDEF1; }
a { background-color: rgb(252,222,241); }
div.DivClassName
{
background-color: #FCDEF1;
}
.BgClassName
{
background-color: #FCDEF1;
}
</style>
border-color css
<style>
span { border-color: #FCDEF1; }
span { border-color: rgb(252,222,241); }
td.TdClassName
{
border-color: #FCDEF1;
}
.TagClassName
{
border-color: #FCDEF1;
}
</style>