Shades of Pig Pink #FCCFE0
Tints of Pig Pink #FCCFE0
RGB
CMYK
RGB Variations
Color information
#FCCFE0 (or 0xFCCFE0) is known color: Pig Pink. HEX triplet: FC, CF and E0. RGB value is (252,207,224). Sum of RGB (Red+Green+Blue) = 252+207+224=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 207 (81.25% from 255 or 30.31% from 683); Blue value is 224 (87.89% from 255 or 32.80% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFE0 is #03301F. Grayscale: #DEDEDE. Windows color (decimal): -208928 or 14733308. OLE color: 14733308.
HSL color Cylindrical-coordinate representation of color #FCCFE0: hue angle of 337.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCFE0 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 224 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.01 |
| HSL | 337.33º | 0.88% | 0.9% | - |
| HSV(B) | 337.33º | 0.18% | 0.99% | - |
| XYZ | 75.91 | 70.7 | 80.17 | - |
| YUV | 222.39 | 128.91 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 224 | 0 | 0.18 | 0.11 | 0.01 | 337.33 | 0.88 | 0.9 |
| Hex | FC | CF | E0 | 0 | 12 | B | 1 | 151 | 58 | 5A |
| Octal | 374 | 317 | 340 | 0 | 22 | 13 | 1 | 521 | 130 | 132 |
| Binary | 11111100 | 11001111 | 11100000 | 0 | 10010 | 1011 | 1 | 101010001 | 1011000 | 1011010 |
Color Harmonies of #FCCFE0
Complementary color
Monochromatic Colors of #FCCFE0
Black with #FCCFE0
Text Example
Text Example
White with #FCCFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFE0; }
p { color: rgb(252,207,224); }
H1.HeaderClassName
{
color: #FCCFE0;
}
.AnyTagClassName
{
color: #FCCFE0;
}
</style>
background-color css
<style>
a { background-color: #FCCFE0; }
a { background-color: rgb(252,207,224); }
div.DivClassName
{
background-color: #FCCFE0;
}
.BgClassName
{
background-color: #FCCFE0;
}
</style>
border-color css
<style>
span { border-color: #FCCFE0; }
span { border-color: rgb(252,207,224); }
td.TdClassName
{
border-color: #FCCFE0;
}
.TagClassName
{
border-color: #FCCFE0;
}
</style>