Shades of Pink #FCCACF
Tints of Pink #FCCACF
RGB
CMYK
RGB Variations
Color information
#FCCACF (or 0xFCCACF) is known color: Pink. HEX triplet: FC, CA and CF. RGB value is (252,202,207). Sum of RGB (Red+Green+Blue) = 252+202+207=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCACF is #033530. Grayscale: #D9D9D9. Windows color (decimal): -210225 or 13617916. OLE color: 13617916.
HSL color Cylindrical-coordinate representation of color #FCCACF: hue angle of 354º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCCACF is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 207 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.01 |
| HSL | 354º | 0.89% | 0.89% | - |
| HSV(B) | 354º | 0.2% | 0.99% | - |
| XYZ | 72.53 | 67.44 | 68.23 | - |
| YUV | 217.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 207 | 0 | 0.20 | 0.18 | 0.01 | 354 | 0.89 | 0.89 |
| Hex | FC | CA | CF | 0 | 14 | 12 | 1 | 162 | 59 | 59 |
| Octal | 374 | 312 | 317 | 0 | 24 | 22 | 1 | 542 | 131 | 131 |
| Binary | 11111100 | 11001010 | 11001111 | 0 | 10100 | 10010 | 1 | 101100010 | 1011001 | 1011001 |
Color Harmonies of #FCCACF
Complementary color
Monochromatic Colors of #FCCACF
Black with #FCCACF
Text Example
Text Example
White with #FCCACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCACF; }
p { color: rgb(252,202,207); }
H1.HeaderClassName
{
color: #FCCACF;
}
.AnyTagClassName
{
color: #FCCACF;
}
</style>
background-color css
<style>
a { background-color: #FCCACF; }
a { background-color: rgb(252,202,207); }
div.DivClassName
{
background-color: #FCCACF;
}
.BgClassName
{
background-color: #FCCACF;
}
</style>
border-color css
<style>
span { border-color: #FCCACF; }
span { border-color: rgb(252,202,207); }
td.TdClassName
{
border-color: #FCCACF;
}
.TagClassName
{
border-color: #FCCACF;
}
</style>