Shades of Carnation Pink #FC9ECC
Tints of Carnation Pink #FC9ECC
RGB
CMYK
RGB Variations
Color information
#FC9ECC (or 0xFC9ECC) is known color: Carnation Pink. HEX triplet: FC, 9E and CC. RGB value is (252,158,204). Sum of RGB (Red+Green+Blue) = 252+158+204=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 158 (62.11% from 255 or 25.73% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9ECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9ECC is #036133. Grayscale: #BFBFBF. Windows color (decimal): -221492 or 13410044. OLE color: 13410044.
HSL color Cylindrical-coordinate representation of color #FC9ECC: hue angle of 330.64º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FC9ECC is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 158 | 204 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.01 |
| HSL | 330.64º | 0.94% | 0.8% | - |
| HSV(B) | 330.64º | 0.37% | 0.99% | - |
| XYZ | 63.27 | 49.51 | 63.35 | - |
| YUV | 191.35 | 135.14 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 158 | 204 | 0 | 0.37 | 0.19 | 0.01 | 330.64 | 0.94 | 0.8 |
| Hex | FC | 9E | CC | 0 | 25 | 13 | 1 | 14B | 5E | 50 |
| Octal | 374 | 236 | 314 | 0 | 45 | 23 | 1 | 513 | 136 | 120 |
| Binary | 11111100 | 10011110 | 11001100 | 0 | 100101 | 10011 | 1 | 101001011 | 1011110 | 1010000 |
Color Harmonies of #FC9ECC
Complementary color
Monochromatic Colors of #FC9ECC
Black with #FC9ECC
Text Example
Text Example
White with #FC9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9ECC; }
p { color: rgb(252,158,204); }
H1.HeaderClassName
{
color: #FC9ECC;
}
.AnyTagClassName
{
color: #FC9ECC;
}
</style>
background-color css
<style>
a { background-color: #FC9ECC; }
a { background-color: rgb(252,158,204); }
div.DivClassName
{
background-color: #FC9ECC;
}
.BgClassName
{
background-color: #FC9ECC;
}
</style>
border-color css
<style>
span { border-color: #FC9ECC; }
span { border-color: rgb(252,158,204); }
td.TdClassName
{
border-color: #FC9ECC;
}
.TagClassName
{
border-color: #FC9ECC;
}
</style>