Shades of Carnation Pink #FCA0D0
Tints of Carnation Pink #FCA0D0
RGB
CMYK
RGB Variations
Color information
#FCA0D0 (or 0xFCA0D0) is known color: Carnation Pink. HEX triplet: FC, A0 and D0. RGB value is (252,160,208). Sum of RGB (Red+Green+Blue) = 252+160+208=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 160 (62.89% from 255 or 25.81% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA0D0 is #035F2F. Grayscale: #C0C0C0. Windows color (decimal): -220976 or 13672700. OLE color: 13672700.
HSL color Cylindrical-coordinate representation of color #FCA0D0: hue angle of 328.7º 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 #FCA0D0 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 160 | 208 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.01 |
| HSL | 328.7º | 0.94% | 0.81% | - |
| HSV(B) | 328.7º | 0.37% | 0.99% | - |
| XYZ | 64.1 | 50.39 | 66.02 | - |
| YUV | 192.98 | 136.48 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 160 | 208 | 0 | 0.37 | 0.17 | 0.01 | 328.7 | 0.94 | 0.81 |
| Hex | FC | A0 | D0 | 0 | 25 | 11 | 1 | 149 | 5E | 51 |
| Octal | 374 | 240 | 320 | 0 | 45 | 21 | 1 | 511 | 136 | 121 |
| Binary | 11111100 | 10100000 | 11010000 | 0 | 100101 | 10001 | 1 | 101001001 | 1011110 | 1010001 |
Color Harmonies of #FCA0D0
Complementary color
Monochromatic Colors of #FCA0D0
Black with #FCA0D0
Text Example
Text Example
White with #FCA0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA0D0; }
p { color: rgb(252,160,208); }
H1.HeaderClassName
{
color: #FCA0D0;
}
.AnyTagClassName
{
color: #FCA0D0;
}
</style>
background-color css
<style>
a { background-color: #FCA0D0; }
a { background-color: rgb(252,160,208); }
div.DivClassName
{
background-color: #FCA0D0;
}
.BgClassName
{
background-color: #FCA0D0;
}
</style>
border-color css
<style>
span { border-color: #FCA0D0; }
span { border-color: rgb(252,160,208); }
td.TdClassName
{
border-color: #FCA0D0;
}
.TagClassName
{
border-color: #FCA0D0;
}
</style>