Shades of Pink #FCC7CC
Tints of Pink #FCC7CC
RGB
CMYK
RGB Variations
Color information
#FCC7CC (or 0xFCC7CC) is known color: Pink. HEX triplet: FC, C7 and CC. RGB value is (252,199,204). Sum of RGB (Red+Green+Blue) = 252+199+204=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 199 (78.12% from 255 or 30.38% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC7CC is #033833. Grayscale: #D7D7D7. Windows color (decimal): -210996 or 13420540. OLE color: 13420540.
HSL color Cylindrical-coordinate representation of color #FCC7CC: hue angle of 354.34º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC7CC is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 204 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.01 |
| HSL | 354.34º | 0.9% | 0.88% | - |
| HSV(B) | 354.34º | 0.21% | 0.99% | - |
| XYZ | 71.47 | 65.9 | 66.08 | - |
| YUV | 215.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 204 | 0 | 0.21 | 0.19 | 0.01 | 354.34 | 0.9 | 0.88 |
| Hex | FC | C7 | CC | 0 | 15 | 13 | 1 | 162 | 5A | 58 |
| Octal | 374 | 307 | 314 | 0 | 25 | 23 | 1 | 542 | 132 | 130 |
| Binary | 11111100 | 11000111 | 11001100 | 0 | 10101 | 10011 | 1 | 101100010 | 1011010 | 1011000 |
Color Harmonies of #FCC7CC
Complementary color
Monochromatic Colors of #FCC7CC
Black with #FCC7CC
Text Example
Text Example
White with #FCC7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC7CC; }
p { color: rgb(252,199,204); }
H1.HeaderClassName
{
color: #FCC7CC;
}
.AnyTagClassName
{
color: #FCC7CC;
}
</style>
background-color css
<style>
a { background-color: #FCC7CC; }
a { background-color: rgb(252,199,204); }
div.DivClassName
{
background-color: #FCC7CC;
}
.BgClassName
{
background-color: #FCC7CC;
}
</style>
border-color css
<style>
span { border-color: #FCC7CC; }
span { border-color: rgb(252,199,204); }
td.TdClassName
{
border-color: #FCC7CC;
}
.TagClassName
{
border-color: #FCC7CC;
}
</style>