Shades of Carnation Pink #FFA0BC
Tints of Carnation Pink #FFA0BC
RGB
CMYK
RGB Variations
Color information
#FFA0BC (or 0xFFA0BC) is known color: Carnation Pink. HEX triplet: FF, A0 and BC. RGB value is (255,160,188). Sum of RGB (Red+Green+Blue) = 255+160+188=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 160 (62.89% from 255 or 26.53% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0BC is #005F43. Grayscale: #BFBFBF. Windows color (decimal): -24388 or 12361983. OLE color: 12361983.
HSL color Cylindrical-coordinate representation of color #FFA0BC: hue angle of 342.32º 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 #FFA0BC is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 188 | - |
| CMYK | 0 | 0.37 | 0.26 | 0 |
| HSL | 342.32º | 1% | 0.81% | - |
| HSV(B) | 342.32º | 0.37% | 1% | - |
| XYZ | 62.89 | 50.03 | 53.92 | - |
| YUV | 191.6 | 125.97 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 188 | 0 | 0.37 | 0.26 | 0 | 342.32 | 1 | 0.81 |
| Hex | FF | A0 | BC | 0 | 25 | 1A | 0 | 156 | 64 | 51 |
| Octal | 377 | 240 | 274 | 0 | 45 | 32 | 0 | 526 | 144 | 121 |
| Binary | 11111111 | 10100000 | 10111100 | 0 | 100101 | 11010 | 0 | 101010110 | 1100100 | 1010001 |
Color Harmonies of #FFA0BC
Complementary color
Monochromatic Colors of #FFA0BC
Black with #FFA0BC
Text Example
Text Example
White with #FFA0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0BC; }
p { color: rgb(255,160,188); }
H1.HeaderClassName
{
color: #FFA0BC;
}
.AnyTagClassName
{
color: #FFA0BC;
}
</style>
background-color css
<style>
a { background-color: #FFA0BC; }
a { background-color: rgb(255,160,188); }
div.DivClassName
{
background-color: #FFA0BC;
}
.BgClassName
{
background-color: #FFA0BC;
}
</style>
border-color css
<style>
span { border-color: #FFA0BC; }
span { border-color: rgb(255,160,188); }
td.TdClassName
{
border-color: #FFA0BC;
}
.TagClassName
{
border-color: #FFA0BC;
}
</style>