Shades of Carnation Pink #FC9ACE
Tints of Carnation Pink #FC9ACE
RGB
CMYK
RGB Variations
Color information
#FC9ACE (or 0xFC9ACE) is known color: Carnation Pink. HEX triplet: FC, 9A and CE. RGB value is (252,154,206). Sum of RGB (Red+Green+Blue) = 252+154+206=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9ACE is #036531. Grayscale: #BDBDBD. Windows color (decimal): -222514 or 13540092. OLE color: 13540092.
HSL color Cylindrical-coordinate representation of color #FC9ACE: hue angle of 328.16º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FC9ACE is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 154 | 206 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.01 |
| HSL | 328.16º | 0.94% | 0.8% | - |
| HSV(B) | 328.16º | 0.39% | 0.99% | - |
| XYZ | 62.84 | 48.26 | 64.4 | - |
| YUV | 189.23 | 137.47 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 154 | 206 | 0 | 0.39 | 0.18 | 0.01 | 328.16 | 0.94 | 0.8 |
| Hex | FC | 9A | CE | 0 | 27 | 12 | 1 | 148 | 5E | 50 |
| Octal | 374 | 232 | 316 | 0 | 47 | 22 | 1 | 510 | 136 | 120 |
| Binary | 11111100 | 10011010 | 11001110 | 0 | 100111 | 10010 | 1 | 101001000 | 1011110 | 1010000 |
Color Harmonies of #FC9ACE
Complementary color
Monochromatic Colors of #FC9ACE
Black with #FC9ACE
Text Example
Text Example
White with #FC9ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9ACE; }
p { color: rgb(252,154,206); }
H1.HeaderClassName
{
color: #FC9ACE;
}
.AnyTagClassName
{
color: #FC9ACE;
}
</style>
background-color css
<style>
a { background-color: #FC9ACE; }
a { background-color: rgb(252,154,206); }
div.DivClassName
{
background-color: #FC9ACE;
}
.BgClassName
{
background-color: #FC9ACE;
}
</style>
border-color css
<style>
span { border-color: #FC9ACE; }
span { border-color: rgb(252,154,206); }
td.TdClassName
{
border-color: #FC9ACE;
}
.TagClassName
{
border-color: #FC9ACE;
}
</style>