Shades of Carnation Pink #FCA0C9
Tints of Carnation Pink #FCA0C9
RGB
CMYK
RGB Variations
Color information
#FCA0C9 (or 0xFCA0C9) is known color: Carnation Pink. HEX triplet: FC, A0 and C9. RGB value is (252,160,201). Sum of RGB (Red+Green+Blue) = 252+160+201=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 160 (62.89% from 255 or 26.10% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA0C9 is #035F36. Grayscale: #C0C0C0. Windows color (decimal): -220983 or 13213948. OLE color: 13213948.
HSL color Cylindrical-coordinate representation of color #FCA0C9: hue angle of 333.26º 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 #FCA0C9 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 160 | 201 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.01 |
| HSL | 333.26º | 0.94% | 0.81% | - |
| HSV(B) | 333.26º | 0.37% | 0.99% | - |
| XYZ | 63.26 | 50.05 | 61.59 | - |
| YUV | 192.18 | 132.98 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 160 | 201 | 0 | 0.37 | 0.20 | 0.01 | 333.26 | 0.94 | 0.81 |
| Hex | FC | A0 | C9 | 0 | 25 | 14 | 1 | 14D | 5E | 51 |
| Octal | 374 | 240 | 311 | 0 | 45 | 24 | 1 | 515 | 136 | 121 |
| Binary | 11111100 | 10100000 | 11001001 | 0 | 100101 | 10100 | 1 | 101001101 | 1011110 | 1010001 |
Color Harmonies of #FCA0C9
Complementary color
Monochromatic Colors of #FCA0C9
Black with #FCA0C9
Text Example
Text Example
White with #FCA0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA0C9; }
p { color: rgb(252,160,201); }
H1.HeaderClassName
{
color: #FCA0C9;
}
.AnyTagClassName
{
color: #FCA0C9;
}
</style>
background-color css
<style>
a { background-color: #FCA0C9; }
a { background-color: rgb(252,160,201); }
div.DivClassName
{
background-color: #FCA0C9;
}
.BgClassName
{
background-color: #FCA0C9;
}
</style>
border-color css
<style>
span { border-color: #FCA0C9; }
span { border-color: rgb(252,160,201); }
td.TdClassName
{
border-color: #FCA0C9;
}
.TagClassName
{
border-color: #FCA0C9;
}
</style>