Shades of Pink #FCC3CC
Tints of Pink #FCC3CC
RGB
CMYK
RGB Variations
Color information
#FCC3CC (or 0xFCC3CC) is known color: Pink. HEX triplet: FC, C3 and CC. RGB value is (252,195,204). Sum of RGB (Red+Green+Blue) = 252+195+204=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 195 (76.56% from 255 or 29.95% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3CC is #033C33. Grayscale: #D5D5D5. Windows color (decimal): -212020 or 13419516. OLE color: 13419516.
HSL color Cylindrical-coordinate representation of color #FCC3CC: hue angle of 350.53º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC3CC is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 204 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.01 |
| HSL | 350.53º | 0.9% | 0.88% | - |
| HSV(B) | 350.53º | 0.23% | 0.99% | - |
| XYZ | 70.56 | 64.09 | 65.78 | - |
| YUV | 213.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 204 | 0 | 0.23 | 0.19 | 0.01 | 350.53 | 0.9 | 0.88 |
| Hex | FC | C3 | CC | 0 | 17 | 13 | 1 | 15F | 5A | 58 |
| Octal | 374 | 303 | 314 | 0 | 27 | 23 | 1 | 537 | 132 | 130 |
| Binary | 11111100 | 11000011 | 11001100 | 0 | 10111 | 10011 | 1 | 101011111 | 1011010 | 1011000 |
Color Harmonies of #FCC3CC
Complementary color
Monochromatic Colors of #FCC3CC
Black with #FCC3CC
Text Example
Text Example
White with #FCC3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3CC; }
p { color: rgb(252,195,204); }
H1.HeaderClassName
{
color: #FCC3CC;
}
.AnyTagClassName
{
color: #FCC3CC;
}
</style>
background-color css
<style>
a { background-color: #FCC3CC; }
a { background-color: rgb(252,195,204); }
div.DivClassName
{
background-color: #FCC3CC;
}
.BgClassName
{
background-color: #FCC3CC;
}
</style>
border-color css
<style>
span { border-color: #FCC3CC; }
span { border-color: rgb(252,195,204); }
td.TdClassName
{
border-color: #FCC3CC;
}
.TagClassName
{
border-color: #FCC3CC;
}
</style>