Shades of Carnation Pink #FFA0CA
Tints of Carnation Pink #FFA0CA
RGB
CMYK
RGB Variations
Color information
#FFA0CA (or 0xFFA0CA) is known color: Carnation Pink. HEX triplet: FF, A0 and CA. RGB value is (255,160,202). Sum of RGB (Red+Green+Blue) = 255+160+202=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 160 (62.89% from 255 or 25.93% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0CA is #005F35. Grayscale: #C1C1C1. Windows color (decimal): -24374 or 13279487. OLE color: 13279487.
HSL color Cylindrical-coordinate representation of color #FFA0CA: hue angle of 333.47º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA0CA is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 202 | - |
| CMYK | 0 | 0.37 | 0.21 | 0 |
| HSL | 333.47º | 1% | 0.81% | - |
| HSV(B) | 333.47º | 0.37% | 1% | - |
| XYZ | 64.47 | 50.67 | 62.26 | - |
| YUV | 193.19 | 132.97 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 202 | 0 | 0.37 | 0.21 | 0 | 333.47 | 1 | 0.81 |
| Hex | FF | A0 | CA | 0 | 25 | 15 | 0 | 14D | 64 | 51 |
| Octal | 377 | 240 | 312 | 0 | 45 | 25 | 0 | 515 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11001010 | 0 | 100101 | 10101 | 0 | 101001101 | 1100100 | 1010001 |
Color Harmonies of #FFA0CA
Complementary color
Monochromatic Colors of #FFA0CA
Black with #FFA0CA
Text Example
Text Example
White with #FFA0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0CA; }
p { color: rgb(255,160,202); }
H1.HeaderClassName
{
color: #FFA0CA;
}
.AnyTagClassName
{
color: #FFA0CA;
}
</style>
background-color css
<style>
a { background-color: #FFA0CA; }
a { background-color: rgb(255,160,202); }
div.DivClassName
{
background-color: #FFA0CA;
}
.BgClassName
{
background-color: #FFA0CA;
}
</style>
border-color css
<style>
span { border-color: #FFA0CA; }
span { border-color: rgb(255,160,202); }
td.TdClassName
{
border-color: #FFA0CA;
}
.TagClassName
{
border-color: #FFA0CA;
}
</style>