Shades of Carnation Pink #FFA0C7
Tints of Carnation Pink #FFA0C7
RGB
CMYK
RGB Variations
Color information
#FFA0C7 (or 0xFFA0C7) is known color: Carnation Pink. HEX triplet: FF, A0 and C7. RGB value is (255,160,199). Sum of RGB (Red+Green+Blue) = 255+160+199=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 160 (62.89% from 255 or 26.06% from 614); Blue value is 199 (78.12% from 255 or 32.41% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0C7 is #005F38. Grayscale: #C0C0C0. Windows color (decimal): -24377 or 13082879. OLE color: 13082879.
HSL color Cylindrical-coordinate representation of color #FFA0C7: hue angle of 335.37º 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 #FFA0C7 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 199 | - |
| CMYK | 0 | 0.37 | 0.22 | 0 |
| HSL | 335.37º | 1% | 0.81% | - |
| HSV(B) | 335.37º | 0.37% | 1% | - |
| XYZ | 64.12 | 50.53 | 60.41 | - |
| YUV | 192.85 | 131.47 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 199 | 0 | 0.37 | 0.22 | 0 | 335.37 | 1 | 0.81 |
| Hex | FF | A0 | C7 | 0 | 25 | 16 | 0 | 14F | 64 | 51 |
| Octal | 377 | 240 | 307 | 0 | 45 | 26 | 0 | 517 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11000111 | 0 | 100101 | 10110 | 0 | 101001111 | 1100100 | 1010001 |
Color Harmonies of #FFA0C7
Complementary color
Monochromatic Colors of #FFA0C7
Black with #FFA0C7
Text Example
Text Example
White with #FFA0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0C7; }
p { color: rgb(255,160,199); }
H1.HeaderClassName
{
color: #FFA0C7;
}
.AnyTagClassName
{
color: #FFA0C7;
}
</style>
background-color css
<style>
a { background-color: #FFA0C7; }
a { background-color: rgb(255,160,199); }
div.DivClassName
{
background-color: #FFA0C7;
}
.BgClassName
{
background-color: #FFA0C7;
}
</style>
border-color css
<style>
span { border-color: #FFA0C7; }
span { border-color: rgb(255,160,199); }
td.TdClassName
{
border-color: #FFA0C7;
}
.TagClassName
{
border-color: #FFA0C7;
}
</style>