Shades of Carnation Pink #FFA3BA
Tints of Carnation Pink #FFA3BA
RGB
CMYK
RGB Variations
Color information
#FFA3BA (or 0xFFA3BA) is known color: Carnation Pink. HEX triplet: FF, A3 and BA. RGB value is (255,163,186). Sum of RGB (Red+Green+Blue) = 255+163+186=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 163 (64.06% from 255 or 26.99% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA3BA is #005C45. Grayscale: #C1C1C1. Windows color (decimal): -23622 or 12231679. OLE color: 12231679.
HSL color Cylindrical-coordinate representation of color #FFA3BA: hue angle of 345º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA3BA is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 186 | - |
| CMYK | 0 | 0.36 | 0.27 | 0 |
| HSL | 345º | 1% | 0.82% | - |
| HSV(B) | 345º | 0.36% | 1% | - |
| XYZ | 63.2 | 51 | 52.97 | - |
| YUV | 193.13 | 123.98 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 186 | 0 | 0.36 | 0.27 | 0 | 345 | 1 | 0.82 |
| Hex | FF | A3 | BA | 0 | 24 | 1B | 0 | 159 | 64 | 52 |
| Octal | 377 | 243 | 272 | 0 | 44 | 33 | 0 | 531 | 144 | 122 |
| Binary | 11111111 | 10100011 | 10111010 | 0 | 100100 | 11011 | 0 | 101011001 | 1100100 | 1010010 |
Color Harmonies of #FFA3BA
Complementary color
Monochromatic Colors of #FFA3BA
Black with #FFA3BA
Text Example
Text Example
White with #FFA3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA3BA; }
p { color: rgb(255,163,186); }
H1.HeaderClassName
{
color: #FFA3BA;
}
.AnyTagClassName
{
color: #FFA3BA;
}
</style>
background-color css
<style>
a { background-color: #FFA3BA; }
a { background-color: rgb(255,163,186); }
div.DivClassName
{
background-color: #FFA3BA;
}
.BgClassName
{
background-color: #FFA3BA;
}
</style>
border-color css
<style>
span { border-color: #FFA3BA; }
span { border-color: rgb(255,163,186); }
td.TdClassName
{
border-color: #FFA3BA;
}
.TagClassName
{
border-color: #FFA3BA;
}
</style>