Shades of Carnation Pink #FCA3C0
Tints of Carnation Pink #FCA3C0
RGB
CMYK
RGB Variations
Color information
#FCA3C0 (or 0xFCA3C0) is known color: Carnation Pink. HEX triplet: FC, A3 and C0. RGB value is (252,163,192). Sum of RGB (Red+Green+Blue) = 252+163+192=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 163 (64.06% from 255 or 26.85% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA3C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA3C0 is #035C3F. Grayscale: #C0C0C0. Windows color (decimal): -220224 or 12624892. OLE color: 12624892.
HSL color Cylindrical-coordinate representation of color #FCA3C0: hue angle of 340.45º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCA3C0 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 163 | 192 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.01 |
| HSL | 340.45º | 0.94% | 0.81% | - |
| HSV(B) | 340.45º | 0.35% | 0.99% | - |
| XYZ | 62.76 | 50.7 | 56.35 | - |
| YUV | 192.92 | 127.49 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 163 | 192 | 0 | 0.35 | 0.24 | 0.01 | 340.45 | 0.94 | 0.81 |
| Hex | FC | A3 | C0 | 0 | 23 | 18 | 1 | 154 | 5E | 51 |
| Octal | 374 | 243 | 300 | 0 | 43 | 30 | 1 | 524 | 136 | 121 |
| Binary | 11111100 | 10100011 | 11000000 | 0 | 100011 | 11000 | 1 | 101010100 | 1011110 | 1010001 |
Color Harmonies of #FCA3C0
Complementary color
Monochromatic Colors of #FCA3C0
Black with #FCA3C0
Text Example
Text Example
White with #FCA3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA3C0; }
p { color: rgb(252,163,192); }
H1.HeaderClassName
{
color: #FCA3C0;
}
.AnyTagClassName
{
color: #FCA3C0;
}
</style>
background-color css
<style>
a { background-color: #FCA3C0; }
a { background-color: rgb(252,163,192); }
div.DivClassName
{
background-color: #FCA3C0;
}
.BgClassName
{
background-color: #FCA3C0;
}
</style>
border-color css
<style>
span { border-color: #FCA3C0; }
span { border-color: rgb(252,163,192); }
td.TdClassName
{
border-color: #FCA3C0;
}
.TagClassName
{
border-color: #FCA3C0;
}
</style>