Shades of Carnation Pink #FC9CCC
Tints of Carnation Pink #FC9CCC
RGB
CMYK
RGB Variations
Color information
#FC9CCC (or 0xFC9CCC) is known color: Carnation Pink. HEX triplet: FC, 9C and CC. RGB value is (252,156,204). Sum of RGB (Red+Green+Blue) = 252+156+204=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9CCC is #036333. Grayscale: #BEBEBE. Windows color (decimal): -222004 or 13409532. OLE color: 13409532.
HSL color Cylindrical-coordinate representation of color #FC9CCC: hue angle of 330º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9CCC is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 156 | 204 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.01 |
| HSL | 330º | 0.94% | 0.8% | - |
| HSV(B) | 330º | 0.38% | 0.99% | - |
| XYZ | 62.93 | 48.83 | 63.24 | - |
| YUV | 190.18 | 135.8 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 156 | 204 | 0 | 0.38 | 0.19 | 0.01 | 330 | 0.94 | 0.8 |
| Hex | FC | 9C | CC | 0 | 26 | 13 | 1 | 14A | 5E | 50 |
| Octal | 374 | 234 | 314 | 0 | 46 | 23 | 1 | 512 | 136 | 120 |
| Binary | 11111100 | 10011100 | 11001100 | 0 | 100110 | 10011 | 1 | 101001010 | 1011110 | 1010000 |
Color Harmonies of #FC9CCC
Complementary color
Monochromatic Colors of #FC9CCC
Black with #FC9CCC
Text Example
Text Example
White with #FC9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9CCC; }
p { color: rgb(252,156,204); }
H1.HeaderClassName
{
color: #FC9CCC;
}
.AnyTagClassName
{
color: #FC9CCC;
}
</style>
background-color css
<style>
a { background-color: #FC9CCC; }
a { background-color: rgb(252,156,204); }
div.DivClassName
{
background-color: #FC9CCC;
}
.BgClassName
{
background-color: #FC9CCC;
}
</style>
border-color css
<style>
span { border-color: #FC9CCC; }
span { border-color: rgb(252,156,204); }
td.TdClassName
{
border-color: #FC9CCC;
}
.TagClassName
{
border-color: #FC9CCC;
}
</style>