Shades of Carnation Pink #FFA0CD
Tints of Carnation Pink #FFA0CD
RGB
CMYK
RGB Variations
Color information
#FFA0CD (or 0xFFA0CD) is known color: Carnation Pink. HEX triplet: FF, A0 and CD. RGB value is (255,160,205). Sum of RGB (Red+Green+Blue) = 255+160+205=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 160 (62.89% from 255 or 25.81% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0CD is #005F32. Grayscale: #C1C1C1. Windows color (decimal): -24371 or 13476095. OLE color: 13476095.
HSL color Cylindrical-coordinate representation of color #FFA0CD: hue angle of 331.58º 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 #FFA0CD is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 205 | - |
| CMYK | 0 | 0.37 | 0.20 | 0 |
| HSL | 331.58º | 1% | 0.81% | - |
| HSV(B) | 331.58º | 0.37% | 1% | - |
| XYZ | 64.83 | 50.81 | 64.15 | - |
| YUV | 193.54 | 134.47 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 205 | 0 | 0.37 | 0.20 | 0 | 331.58 | 1 | 0.81 |
| Hex | FF | A0 | CD | 0 | 25 | 14 | 0 | 14C | 64 | 51 |
| Octal | 377 | 240 | 315 | 0 | 45 | 24 | 0 | 514 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11001101 | 0 | 100101 | 10100 | 0 | 101001100 | 1100100 | 1010001 |
Color Harmonies of #FFA0CD
Complementary color
Monochromatic Colors of #FFA0CD
Black with #FFA0CD
Text Example
Text Example
White with #FFA0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0CD; }
p { color: rgb(255,160,205); }
H1.HeaderClassName
{
color: #FFA0CD;
}
.AnyTagClassName
{
color: #FFA0CD;
}
</style>
background-color css
<style>
a { background-color: #FFA0CD; }
a { background-color: rgb(255,160,205); }
div.DivClassName
{
background-color: #FFA0CD;
}
.BgClassName
{
background-color: #FFA0CD;
}
</style>
border-color css
<style>
span { border-color: #FFA0CD; }
span { border-color: rgb(255,160,205); }
td.TdClassName
{
border-color: #FFA0CD;
}
.TagClassName
{
border-color: #FFA0CD;
}
</style>