Shades of Carnation Pink #FCA3CA
Tints of Carnation Pink #FCA3CA
RGB
CMYK
RGB Variations
Color information
#FCA3CA (or 0xFCA3CA) is known color: Carnation Pink. HEX triplet: FC, A3 and CA. RGB value is (252,163,202). Sum of RGB (Red+Green+Blue) = 252+163+202=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 163 (64.06% from 255 or 26.42% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA3CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA3CA is #035C35. Grayscale: #C1C1C1. Windows color (decimal): -220214 or 13280252. OLE color: 13280252.
HSL color Cylindrical-coordinate representation of color #FCA3CA: hue angle of 333.71º 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 #FCA3CA is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 163 | 202 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.01 |
| HSL | 333.71º | 0.94% | 0.81% | - |
| HSV(B) | 333.71º | 0.35% | 0.99% | - |
| XYZ | 63.9 | 51.15 | 62.38 | - |
| YUV | 194.06 | 132.49 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 163 | 202 | 0 | 0.35 | 0.20 | 0.01 | 333.71 | 0.94 | 0.81 |
| Hex | FC | A3 | CA | 0 | 23 | 14 | 1 | 14E | 5E | 51 |
| Octal | 374 | 243 | 312 | 0 | 43 | 24 | 1 | 516 | 136 | 121 |
| Binary | 11111100 | 10100011 | 11001010 | 0 | 100011 | 10100 | 1 | 101001110 | 1011110 | 1010001 |
Color Harmonies of #FCA3CA
Complementary color
Monochromatic Colors of #FCA3CA
Black with #FCA3CA
Text Example
Text Example
White with #FCA3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA3CA; }
p { color: rgb(252,163,202); }
H1.HeaderClassName
{
color: #FCA3CA;
}
.AnyTagClassName
{
color: #FCA3CA;
}
</style>
background-color css
<style>
a { background-color: #FCA3CA; }
a { background-color: rgb(252,163,202); }
div.DivClassName
{
background-color: #FCA3CA;
}
.BgClassName
{
background-color: #FCA3CA;
}
</style>
border-color css
<style>
span { border-color: #FCA3CA; }
span { border-color: rgb(252,163,202); }
td.TdClassName
{
border-color: #FCA3CA;
}
.TagClassName
{
border-color: #FCA3CA;
}
</style>