Shades of Carnation Pink #FCA2CE
Tints of Carnation Pink #FCA2CE
RGB
CMYK
RGB Variations
Color information
#FCA2CE (or 0xFCA2CE) is known color: Carnation Pink. HEX triplet: FC, A2 and CE. RGB value is (252,162,206). Sum of RGB (Red+Green+Blue) = 252+162+206=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 162 (63.67% from 255 or 26.13% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA2CE is #035D31. Grayscale: #C1C1C1. Windows color (decimal): -220466 or 13542140. OLE color: 13542140.
HSL color Cylindrical-coordinate representation of color #FCA2CE: hue angle of 330.67º 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 #FCA2CE is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 162 | 206 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.01 |
| HSL | 330.67º | 0.94% | 0.81% | - |
| HSV(B) | 330.67º | 0.36% | 0.99% | - |
| XYZ | 64.21 | 50.99 | 64.85 | - |
| YUV | 193.93 | 134.82 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 162 | 206 | 0 | 0.36 | 0.18 | 0.01 | 330.67 | 0.94 | 0.81 |
| Hex | FC | A2 | CE | 0 | 24 | 12 | 1 | 14B | 5E | 51 |
| Octal | 374 | 242 | 316 | 0 | 44 | 22 | 1 | 513 | 136 | 121 |
| Binary | 11111100 | 10100010 | 11001110 | 0 | 100100 | 10010 | 1 | 101001011 | 1011110 | 1010001 |
Color Harmonies of #FCA2CE
Complementary color
Monochromatic Colors of #FCA2CE
Black with #FCA2CE
Text Example
Text Example
White with #FCA2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA2CE; }
p { color: rgb(252,162,206); }
H1.HeaderClassName
{
color: #FCA2CE;
}
.AnyTagClassName
{
color: #FCA2CE;
}
</style>
background-color css
<style>
a { background-color: #FCA2CE; }
a { background-color: rgb(252,162,206); }
div.DivClassName
{
background-color: #FCA2CE;
}
.BgClassName
{
background-color: #FCA2CE;
}
</style>
border-color css
<style>
span { border-color: #FCA2CE; }
span { border-color: rgb(252,162,206); }
td.TdClassName
{
border-color: #FCA2CE;
}
.TagClassName
{
border-color: #FCA2CE;
}
</style>