Shades of Carnation Pink #FC99CC
Tints of Carnation Pink #FC99CC
RGB
CMYK
RGB Variations
Color information
#FC99CC (or 0xFC99CC) is known color: Carnation Pink. HEX triplet: FC, 99 and CC. RGB value is (252,153,204). Sum of RGB (Red+Green+Blue) = 252+153+204=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 153 (60.16% from 255 or 25.12% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FC99CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC99CC is #036633. Grayscale: #BCBCBC. Windows color (decimal): -222772 or 13408764. OLE color: 13408764.
HSL color Cylindrical-coordinate representation of color #FC99CC: hue angle of 329.09º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FC99CC is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 153 | 204 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.01 |
| HSL | 329.09º | 0.94% | 0.79% | - |
| HSV(B) | 329.09º | 0.39% | 0.99% | - |
| XYZ | 62.44 | 47.84 | 63.07 | - |
| YUV | 188.42 | 136.8 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 204 | 0 | 0.39 | 0.19 | 0.01 | 329.09 | 0.94 | 0.79 |
| Hex | FC | 99 | CC | 0 | 27 | 13 | 1 | 149 | 5E | 4F |
| Octal | 374 | 231 | 314 | 0 | 47 | 23 | 1 | 511 | 136 | 117 |
| Binary | 11111100 | 10011001 | 11001100 | 0 | 100111 | 10011 | 1 | 101001001 | 1011110 | 1001111 |
Color Harmonies of #FC99CC
Complementary color
Monochromatic Colors of #FC99CC
Black with #FC99CC
Text Example
Text Example
White with #FC99CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC99CC; }
p { color: rgb(252,153,204); }
H1.HeaderClassName
{
color: #FC99CC;
}
.AnyTagClassName
{
color: #FC99CC;
}
</style>
background-color css
<style>
a { background-color: #FC99CC; }
a { background-color: rgb(252,153,204); }
div.DivClassName
{
background-color: #FC99CC;
}
.BgClassName
{
background-color: #FC99CC;
}
</style>
border-color css
<style>
span { border-color: #FC99CC; }
span { border-color: rgb(252,153,204); }
td.TdClassName
{
border-color: #FC99CC;
}
.TagClassName
{
border-color: #FC99CC;
}
</style>