Shades of Carnation Pink #FC9EC8
Tints of Carnation Pink #FC9EC8
RGB
CMYK
RGB Variations
Color information
#FC9EC8 (or 0xFC9EC8) is known color: Carnation Pink. HEX triplet: FC, 9E and C8. RGB value is (252,158,200). Sum of RGB (Red+Green+Blue) = 252+158+200=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 200 (78.52% from 255 or 32.79% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9EC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9EC8 is #036137. Grayscale: #BEBEBE. Windows color (decimal): -221496 or 13147900. OLE color: 13147900.
HSL color Cylindrical-coordinate representation of color #FC9EC8: hue angle of 333.19º 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 #FC9EC8 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 158 | 200 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.01 |
| HSL | 333.19º | 0.94% | 0.8% | - |
| HSV(B) | 333.19º | 0.37% | 0.99% | - |
| XYZ | 62.8 | 49.32 | 60.85 | - |
| YUV | 190.89 | 133.14 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 158 | 200 | 0 | 0.37 | 0.21 | 0.01 | 333.19 | 0.94 | 0.8 |
| Hex | FC | 9E | C8 | 0 | 25 | 15 | 1 | 14D | 5E | 50 |
| Octal | 374 | 236 | 310 | 0 | 45 | 25 | 1 | 515 | 136 | 120 |
| Binary | 11111100 | 10011110 | 11001000 | 0 | 100101 | 10101 | 1 | 101001101 | 1011110 | 1010000 |
Color Harmonies of #FC9EC8
Complementary color
Monochromatic Colors of #FC9EC8
Black with #FC9EC8
Text Example
Text Example
White with #FC9EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9EC8; }
p { color: rgb(252,158,200); }
H1.HeaderClassName
{
color: #FC9EC8;
}
.AnyTagClassName
{
color: #FC9EC8;
}
</style>
background-color css
<style>
a { background-color: #FC9EC8; }
a { background-color: rgb(252,158,200); }
div.DivClassName
{
background-color: #FC9EC8;
}
.BgClassName
{
background-color: #FC9EC8;
}
</style>
border-color css
<style>
span { border-color: #FC9EC8; }
span { border-color: rgb(252,158,200); }
td.TdClassName
{
border-color: #FC9EC8;
}
.TagClassName
{
border-color: #FC9EC8;
}
</style>