Shades of Carnation Pink #FCA0CF
Tints of Carnation Pink #FCA0CF
RGB
CMYK
RGB Variations
Color information
#FCA0CF (or 0xFCA0CF) is known color: Carnation Pink. HEX triplet: FC, A0 and CF. RGB value is (252,160,207). Sum of RGB (Red+Green+Blue) = 252+160+207=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 160 (62.89% from 255 or 25.85% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA0CF is #035F30. Grayscale: #C0C0C0. Windows color (decimal): -220977 or 13607164. OLE color: 13607164.
HSL color Cylindrical-coordinate representation of color #FCA0CF: hue angle of 329.35º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCA0CF is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 160 | 207 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.01 |
| HSL | 329.35º | 0.94% | 0.81% | - |
| HSV(B) | 329.35º | 0.37% | 0.99% | - |
| XYZ | 63.98 | 50.34 | 65.38 | - |
| YUV | 192.87 | 135.98 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 160 | 207 | 0 | 0.37 | 0.18 | 0.01 | 329.35 | 0.94 | 0.81 |
| Hex | FC | A0 | CF | 0 | 25 | 12 | 1 | 149 | 5E | 51 |
| Octal | 374 | 240 | 317 | 0 | 45 | 22 | 1 | 511 | 136 | 121 |
| Binary | 11111100 | 10100000 | 11001111 | 0 | 100101 | 10010 | 1 | 101001001 | 1011110 | 1010001 |
Color Harmonies of #FCA0CF
Complementary color
Monochromatic Colors of #FCA0CF
Black with #FCA0CF
Text Example
Text Example
White with #FCA0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA0CF; }
p { color: rgb(252,160,207); }
H1.HeaderClassName
{
color: #FCA0CF;
}
.AnyTagClassName
{
color: #FCA0CF;
}
</style>
background-color css
<style>
a { background-color: #FCA0CF; }
a { background-color: rgb(252,160,207); }
div.DivClassName
{
background-color: #FCA0CF;
}
.BgClassName
{
background-color: #FCA0CF;
}
</style>
border-color css
<style>
span { border-color: #FCA0CF; }
span { border-color: rgb(252,160,207); }
td.TdClassName
{
border-color: #FCA0CF;
}
.TagClassName
{
border-color: #FCA0CF;
}
</style>