Shades of Carnation Pink #FCA6C0
Tints of Carnation Pink #FCA6C0
RGB
CMYK
RGB Variations
Color information
#FCA6C0 (or 0xFCA6C0) is known color: Carnation Pink. HEX triplet: FC, A6 and C0. RGB value is (252,166,192). Sum of RGB (Red+Green+Blue) = 252+166+192=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 166 (65.23% from 255 or 27.21% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA6C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA6C0 is #03593F. Grayscale: #C2C2C2. Windows color (decimal): -219456 or 12625660. OLE color: 12625660.
HSL color Cylindrical-coordinate representation of color #FCA6C0: hue angle of 341.86º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCA6C0 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 166 | 192 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.01 |
| HSL | 341.86º | 0.93% | 0.82% | - |
| HSV(B) | 341.86º | 0.34% | 0.99% | - |
| XYZ | 63.3 | 51.77 | 56.53 | - |
| YUV | 194.68 | 126.49 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 166 | 192 | 0 | 0.34 | 0.24 | 0.01 | 341.86 | 0.93 | 0.82 |
| Hex | FC | A6 | C0 | 0 | 22 | 18 | 1 | 156 | 5D | 52 |
| Octal | 374 | 246 | 300 | 0 | 42 | 30 | 1 | 526 | 135 | 122 |
| Binary | 11111100 | 10100110 | 11000000 | 0 | 100010 | 11000 | 1 | 101010110 | 1011101 | 1010010 |
Color Harmonies of #FCA6C0
Complementary color
Monochromatic Colors of #FCA6C0
Black with #FCA6C0
Text Example
Text Example
White with #FCA6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA6C0; }
p { color: rgb(252,166,192); }
H1.HeaderClassName
{
color: #FCA6C0;
}
.AnyTagClassName
{
color: #FCA6C0;
}
</style>
background-color css
<style>
a { background-color: #FCA6C0; }
a { background-color: rgb(252,166,192); }
div.DivClassName
{
background-color: #FCA6C0;
}
.BgClassName
{
background-color: #FCA6C0;
}
</style>
border-color css
<style>
span { border-color: #FCA6C0; }
span { border-color: rgb(252,166,192); }
td.TdClassName
{
border-color: #FCA6C0;
}
.TagClassName
{
border-color: #FCA6C0;
}
</style>