Shades of Carnation Pink #FFA0C0
Tints of Carnation Pink #FFA0C0
RGB
CMYK
RGB Variations
Color information
#FFA0C0 (or 0xFFA0C0) is known color: Carnation Pink. HEX triplet: FF, A0 and C0. RGB value is (255,160,192). Sum of RGB (Red+Green+Blue) = 255+160+192=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 160 (62.89% from 255 or 26.36% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0C0 is #005F3F. Grayscale: #C0C0C0. Windows color (decimal): -24384 or 12624127. OLE color: 12624127.
HSL color Cylindrical-coordinate representation of color #FFA0C0: hue angle of 339.79º 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 #FFA0C0 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 192 | - |
| CMYK | 0 | 0.37 | 0.25 | 0 |
| HSL | 339.79º | 1% | 0.81% | - |
| HSV(B) | 339.79º | 0.37% | 1% | - |
| XYZ | 63.33 | 50.21 | 56.22 | - |
| YUV | 192.05 | 127.97 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 192 | 0 | 0.37 | 0.25 | 0 | 339.79 | 1 | 0.81 |
| Hex | FF | A0 | C0 | 0 | 25 | 19 | 0 | 154 | 64 | 51 |
| Octal | 377 | 240 | 300 | 0 | 45 | 31 | 0 | 524 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11000000 | 0 | 100101 | 11001 | 0 | 101010100 | 1100100 | 1010001 |
Color Harmonies of #FFA0C0
Complementary color
Monochromatic Colors of #FFA0C0
Black with #FFA0C0
Text Example
Text Example
White with #FFA0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0C0; }
p { color: rgb(255,160,192); }
H1.HeaderClassName
{
color: #FFA0C0;
}
.AnyTagClassName
{
color: #FFA0C0;
}
</style>
background-color css
<style>
a { background-color: #FFA0C0; }
a { background-color: rgb(255,160,192); }
div.DivClassName
{
background-color: #FFA0C0;
}
.BgClassName
{
background-color: #FFA0C0;
}
</style>
border-color css
<style>
span { border-color: #FFA0C0; }
span { border-color: rgb(255,160,192); }
td.TdClassName
{
border-color: #FFA0C0;
}
.TagClassName
{
border-color: #FFA0C0;
}
</style>