Shades of Carnation Pink #FC9EC9
Tints of Carnation Pink #FC9EC9
RGB
CMYK
RGB Variations
Color information
#FC9EC9 (or 0xFC9EC9) is known color: Carnation Pink. HEX triplet: FC, 9E and C9. RGB value is (252,158,201). Sum of RGB (Red+Green+Blue) = 252+158+201=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 201 (78.91% from 255 or 32.90% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9EC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9EC9 is #036136. Grayscale: #BEBEBE. Windows color (decimal): -221495 or 13213436. OLE color: 13213436.
HSL color Cylindrical-coordinate representation of color #FC9EC9: hue angle of 332.55º 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 #FC9EC9 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 158 | 201 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.01 |
| HSL | 332.55º | 0.94% | 0.8% | - |
| HSV(B) | 332.55º | 0.37% | 0.99% | - |
| XYZ | 62.91 | 49.37 | 61.47 | - |
| YUV | 191.01 | 133.64 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 158 | 201 | 0 | 0.37 | 0.20 | 0.01 | 332.55 | 0.94 | 0.8 |
| Hex | FC | 9E | C9 | 0 | 25 | 14 | 1 | 14D | 5E | 50 |
| Octal | 374 | 236 | 311 | 0 | 45 | 24 | 1 | 515 | 136 | 120 |
| Binary | 11111100 | 10011110 | 11001001 | 0 | 100101 | 10100 | 1 | 101001101 | 1011110 | 1010000 |
Color Harmonies of #FC9EC9
Complementary color
Monochromatic Colors of #FC9EC9
Black with #FC9EC9
Text Example
Text Example
White with #FC9EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9EC9; }
p { color: rgb(252,158,201); }
H1.HeaderClassName
{
color: #FC9EC9;
}
.AnyTagClassName
{
color: #FC9EC9;
}
</style>
background-color css
<style>
a { background-color: #FC9EC9; }
a { background-color: rgb(252,158,201); }
div.DivClassName
{
background-color: #FC9EC9;
}
.BgClassName
{
background-color: #FC9EC9;
}
</style>
border-color css
<style>
span { border-color: #FC9EC9; }
span { border-color: rgb(252,158,201); }
td.TdClassName
{
border-color: #FC9EC9;
}
.TagClassName
{
border-color: #FC9EC9;
}
</style>