Shades of Pig Pink #FCCFE5
Tints of Pig Pink #FCCFE5
RGB
CMYK
RGB Variations
Color information
#FCCFE5 (or 0xFCCFE5) is known color: Pig Pink. HEX triplet: FC, CF and E5. RGB value is (252,207,229). Sum of RGB (Red+Green+Blue) = 252+207+229=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 207 (81.25% from 255 or 30.09% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFE5 is #03301A. Grayscale: #DEDEDE. Windows color (decimal): -208923 or 15060988. OLE color: 15060988.
HSL color Cylindrical-coordinate representation of color #FCCFE5: hue angle of 330.67º 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 #FCCFE5 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 229 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.01 |
| HSL | 330.67º | 0.88% | 0.9% | - |
| HSV(B) | 330.67º | 0.18% | 0.99% | - |
| XYZ | 76.6 | 70.98 | 83.79 | - |
| YUV | 222.96 | 131.41 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 229 | 0 | 0.18 | 0.09 | 0.01 | 330.67 | 0.88 | 0.9 |
| Hex | FC | CF | E5 | 0 | 12 | 9 | 1 | 14B | 58 | 5A |
| Octal | 374 | 317 | 345 | 0 | 22 | 11 | 1 | 513 | 130 | 132 |
| Binary | 11111100 | 11001111 | 11100101 | 0 | 10010 | 1001 | 1 | 101001011 | 1011000 | 1011010 |
Color Harmonies of #FCCFE5
Complementary color
Monochromatic Colors of #FCCFE5
Black with #FCCFE5
Text Example
Text Example
White with #FCCFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFE5; }
p { color: rgb(252,207,229); }
H1.HeaderClassName
{
color: #FCCFE5;
}
.AnyTagClassName
{
color: #FCCFE5;
}
</style>
background-color css
<style>
a { background-color: #FCCFE5; }
a { background-color: rgb(252,207,229); }
div.DivClassName
{
background-color: #FCCFE5;
}
.BgClassName
{
background-color: #FCCFE5;
}
</style>
border-color css
<style>
span { border-color: #FCCFE5; }
span { border-color: rgb(252,207,229); }
td.TdClassName
{
border-color: #FCCFE5;
}
.TagClassName
{
border-color: #FCCFE5;
}
</style>