Shades of Carnation Pink #FC9EC7
Tints of Carnation Pink #FC9EC7
RGB
CMYK
RGB Variations
Color information
#FC9EC7 (or 0xFC9EC7) is known color: Carnation Pink. HEX triplet: FC, 9E and C7. RGB value is (252,158,199). Sum of RGB (Red+Green+Blue) = 252+158+199=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 199 (78.12% from 255 or 32.68% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9EC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9EC7 is #036138. Grayscale: #BEBEBE. Windows color (decimal): -221497 or 13082364. OLE color: 13082364.
HSL color Cylindrical-coordinate representation of color #FC9EC7: hue angle of 333.83º 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 #FC9EC7 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 158 | 199 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.01 |
| HSL | 333.83º | 0.94% | 0.8% | - |
| HSV(B) | 333.83º | 0.37% | 0.99% | - |
| XYZ | 62.68 | 49.27 | 60.24 | - |
| YUV | 190.78 | 132.64 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 158 | 199 | 0 | 0.37 | 0.21 | 0.01 | 333.83 | 0.94 | 0.8 |
| Hex | FC | 9E | C7 | 0 | 25 | 15 | 1 | 14E | 5E | 50 |
| Octal | 374 | 236 | 307 | 0 | 45 | 25 | 1 | 516 | 136 | 120 |
| Binary | 11111100 | 10011110 | 11000111 | 0 | 100101 | 10101 | 1 | 101001110 | 1011110 | 1010000 |
Color Harmonies of #FC9EC7
Complementary color
Monochromatic Colors of #FC9EC7
Black with #FC9EC7
Text Example
Text Example
White with #FC9EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9EC7; }
p { color: rgb(252,158,199); }
H1.HeaderClassName
{
color: #FC9EC7;
}
.AnyTagClassName
{
color: #FC9EC7;
}
</style>
background-color css
<style>
a { background-color: #FC9EC7; }
a { background-color: rgb(252,158,199); }
div.DivClassName
{
background-color: #FC9EC7;
}
.BgClassName
{
background-color: #FC9EC7;
}
</style>
border-color css
<style>
span { border-color: #FC9EC7; }
span { border-color: rgb(252,158,199); }
td.TdClassName
{
border-color: #FC9EC7;
}
.TagClassName
{
border-color: #FC9EC7;
}
</style>