Shades of Carnation Pink #FFA0CC
Tints of Carnation Pink #FFA0CC
RGB
CMYK
RGB Variations
Color information
#FFA0CC (or 0xFFA0CC) is known color: Carnation Pink. HEX triplet: FF, A0 and CC. RGB value is (255,160,204). Sum of RGB (Red+Green+Blue) = 255+160+204=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 160 (62.89% from 255 or 25.85% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0CC is #005F33. Grayscale: #C1C1C1. Windows color (decimal): -24372 or 13410559. OLE color: 13410559.
HSL color Cylindrical-coordinate representation of color #FFA0CC: hue angle of 332.21º 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 #FFA0CC is Cyan = 0, Magento = 0.37, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 204 | - |
| CMYK | 0 | 0.37 | 0.2 | 0 |
| HSL | 332.21º | 1% | 0.81% | - |
| HSV(B) | 332.21º | 0.37% | 1% | - |
| XYZ | 64.71 | 50.76 | 63.51 | - |
| YUV | 193.42 | 133.97 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 204 | 0 | 0.37 | 0.2 | 0 | 332.21 | 1 | 0.81 |
| Hex | FF | A0 | CC | 0 | 25 | 14 | 0 | 14C | 64 | 51 |
| Octal | 377 | 240 | 314 | 0 | 45 | 24 | 0 | 514 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11001100 | 0 | 100101 | 10100 | 0 | 101001100 | 1100100 | 1010001 |
Color Harmonies of #FFA0CC
Complementary color
Monochromatic Colors of #FFA0CC
Black with #FFA0CC
Text Example
Text Example
White with #FFA0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0CC; }
p { color: rgb(255,160,204); }
H1.HeaderClassName
{
color: #FFA0CC;
}
.AnyTagClassName
{
color: #FFA0CC;
}
</style>
background-color css
<style>
a { background-color: #FFA0CC; }
a { background-color: rgb(255,160,204); }
div.DivClassName
{
background-color: #FFA0CC;
}
.BgClassName
{
background-color: #FFA0CC;
}
</style>
border-color css
<style>
span { border-color: #FFA0CC; }
span { border-color: rgb(255,160,204); }
td.TdClassName
{
border-color: #FFA0CC;
}
.TagClassName
{
border-color: #FFA0CC;
}
</style>