Shades of Carnation Pink #FCA2C7
Tints of Carnation Pink #FCA2C7
RGB
CMYK
RGB Variations
Color information
#FCA2C7 (or 0xFCA2C7) is known color: Carnation Pink. HEX triplet: FC, A2 and C7. RGB value is (252,162,199). Sum of RGB (Red+Green+Blue) = 252+162+199=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 162 (63.67% from 255 or 26.43% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA2C7 is #035D38. Grayscale: #C1C1C1. Windows color (decimal): -220473 or 13083388. OLE color: 13083388.
HSL color Cylindrical-coordinate representation of color #FCA2C7: hue angle of 335.33º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCA2C7 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 162 | 199 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.01 |
| HSL | 335.33º | 0.94% | 0.81% | - |
| HSV(B) | 335.33º | 0.36% | 0.99% | - |
| XYZ | 63.37 | 50.66 | 60.47 | - |
| YUV | 193.13 | 131.32 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 162 | 199 | 0 | 0.36 | 0.21 | 0.01 | 335.33 | 0.94 | 0.81 |
| Hex | FC | A2 | C7 | 0 | 24 | 15 | 1 | 14F | 5E | 51 |
| Octal | 374 | 242 | 307 | 0 | 44 | 25 | 1 | 517 | 136 | 121 |
| Binary | 11111100 | 10100010 | 11000111 | 0 | 100100 | 10101 | 1 | 101001111 | 1011110 | 1010001 |
Color Harmonies of #FCA2C7
Complementary color
Monochromatic Colors of #FCA2C7
Black with #FCA2C7
Text Example
Text Example
White with #FCA2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA2C7; }
p { color: rgb(252,162,199); }
H1.HeaderClassName
{
color: #FCA2C7;
}
.AnyTagClassName
{
color: #FCA2C7;
}
</style>
background-color css
<style>
a { background-color: #FCA2C7; }
a { background-color: rgb(252,162,199); }
div.DivClassName
{
background-color: #FCA2C7;
}
.BgClassName
{
background-color: #FCA2C7;
}
</style>
border-color css
<style>
span { border-color: #FCA2C7; }
span { border-color: rgb(252,162,199); }
td.TdClassName
{
border-color: #FCA2C7;
}
.TagClassName
{
border-color: #FCA2C7;
}
</style>