Shades of Carnation Pink #FCA0BA
Tints of Carnation Pink #FCA0BA
RGB
CMYK
RGB Variations
Color information
#FCA0BA (or 0xFCA0BA) is known color: Carnation Pink. HEX triplet: FC, A0 and BA. RGB value is (252,160,186). Sum of RGB (Red+Green+Blue) = 252+160+186=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 160 (62.89% from 255 or 26.76% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA0BA is #035F45. Grayscale: #BEBEBE. Windows color (decimal): -220998 or 12230908. OLE color: 12230908.
HSL color Cylindrical-coordinate representation of color #FCA0BA: hue angle of 343.04º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCA0BA is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 160 | 186 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.01 |
| HSL | 343.04º | 0.94% | 0.81% | - |
| HSV(B) | 343.04º | 0.37% | 0.99% | - |
| XYZ | 61.58 | 49.38 | 52.74 | - |
| YUV | 190.47 | 125.48 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 160 | 186 | 0 | 0.37 | 0.26 | 0.01 | 343.04 | 0.94 | 0.81 |
| Hex | FC | A0 | BA | 0 | 25 | 1A | 1 | 157 | 5E | 51 |
| Octal | 374 | 240 | 272 | 0 | 45 | 32 | 1 | 527 | 136 | 121 |
| Binary | 11111100 | 10100000 | 10111010 | 0 | 100101 | 11010 | 1 | 101010111 | 1011110 | 1010001 |
Color Harmonies of #FCA0BA
Complementary color
Monochromatic Colors of #FCA0BA
Black with #FCA0BA
Text Example
Text Example
White with #FCA0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA0BA; }
p { color: rgb(252,160,186); }
H1.HeaderClassName
{
color: #FCA0BA;
}
.AnyTagClassName
{
color: #FCA0BA;
}
</style>
background-color css
<style>
a { background-color: #FCA0BA; }
a { background-color: rgb(252,160,186); }
div.DivClassName
{
background-color: #FCA0BA;
}
.BgClassName
{
background-color: #FCA0BA;
}
</style>
border-color css
<style>
span { border-color: #FCA0BA; }
span { border-color: rgb(252,160,186); }
td.TdClassName
{
border-color: #FCA0BA;
}
.TagClassName
{
border-color: #FCA0BA;
}
</style>