Shades of Carnation Pink #FCA0C8
Tints of Carnation Pink #FCA0C8
RGB
CMYK
RGB Variations
Color information
#FCA0C8 (or 0xFCA0C8) is known color: Carnation Pink. HEX triplet: FC, A0 and C8. RGB value is (252,160,200). Sum of RGB (Red+Green+Blue) = 252+160+200=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 160 (62.89% from 255 or 26.14% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA0C8 is #035F37. Grayscale: #C0C0C0. Windows color (decimal): -220984 or 13148412. OLE color: 13148412.
HSL color Cylindrical-coordinate representation of color #FCA0C8: hue angle of 333.91º 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 #FCA0C8 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 160 | 200 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.01 |
| HSL | 333.91º | 0.94% | 0.81% | - |
| HSV(B) | 333.91º | 0.37% | 0.99% | - |
| XYZ | 63.14 | 50.01 | 60.97 | - |
| YUV | 192.07 | 132.48 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 160 | 200 | 0 | 0.37 | 0.21 | 0.01 | 333.91 | 0.94 | 0.81 |
| Hex | FC | A0 | C8 | 0 | 25 | 15 | 1 | 14E | 5E | 51 |
| Octal | 374 | 240 | 310 | 0 | 45 | 25 | 1 | 516 | 136 | 121 |
| Binary | 11111100 | 10100000 | 11001000 | 0 | 100101 | 10101 | 1 | 101001110 | 1011110 | 1010001 |
Color Harmonies of #FCA0C8
Complementary color
Monochromatic Colors of #FCA0C8
Black with #FCA0C8
Text Example
Text Example
White with #FCA0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA0C8; }
p { color: rgb(252,160,200); }
H1.HeaderClassName
{
color: #FCA0C8;
}
.AnyTagClassName
{
color: #FCA0C8;
}
</style>
background-color css
<style>
a { background-color: #FCA0C8; }
a { background-color: rgb(252,160,200); }
div.DivClassName
{
background-color: #FCA0C8;
}
.BgClassName
{
background-color: #FCA0C8;
}
</style>
border-color css
<style>
span { border-color: #FCA0C8; }
span { border-color: rgb(252,160,200); }
td.TdClassName
{
border-color: #FCA0C8;
}
.TagClassName
{
border-color: #FCA0C8;
}
</style>