Shades of Carnation Pink #FFA1BA
Tints of Carnation Pink #FFA1BA
RGB
CMYK
RGB Variations
Color information
#FFA1BA (or 0xFFA1BA) is known color: Carnation Pink. HEX triplet: FF, A1 and BA. RGB value is (255,161,186). Sum of RGB (Red+Green+Blue) = 255+161+186=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 161 (63.28% from 255 or 26.74% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1BA is #005E45. Grayscale: #BFBFBF. Windows color (decimal): -24134 or 12231167. OLE color: 12231167.
HSL color Cylindrical-coordinate representation of color #FFA1BA: hue angle of 344.04º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA1BA is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 186 | - |
| CMYK | 0 | 0.37 | 0.27 | 0 |
| HSL | 344.04º | 1% | 0.82% | - |
| HSV(B) | 344.04º | 0.37% | 1% | - |
| XYZ | 62.85 | 50.29 | 52.85 | - |
| YUV | 191.96 | 124.64 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 186 | 0 | 0.37 | 0.27 | 0 | 344.04 | 1 | 0.82 |
| Hex | FF | A1 | BA | 0 | 25 | 1B | 0 | 158 | 64 | 52 |
| Octal | 377 | 241 | 272 | 0 | 45 | 33 | 0 | 530 | 144 | 122 |
| Binary | 11111111 | 10100001 | 10111010 | 0 | 100101 | 11011 | 0 | 101011000 | 1100100 | 1010010 |
Color Harmonies of #FFA1BA
Complementary color
Monochromatic Colors of #FFA1BA
Black with #FFA1BA
Text Example
Text Example
White with #FFA1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1BA; }
p { color: rgb(255,161,186); }
H1.HeaderClassName
{
color: #FFA1BA;
}
.AnyTagClassName
{
color: #FFA1BA;
}
</style>
background-color css
<style>
a { background-color: #FFA1BA; }
a { background-color: rgb(255,161,186); }
div.DivClassName
{
background-color: #FFA1BA;
}
.BgClassName
{
background-color: #FFA1BA;
}
</style>
border-color css
<style>
span { border-color: #FFA1BA; }
span { border-color: rgb(255,161,186); }
td.TdClassName
{
border-color: #FFA1BA;
}
.TagClassName
{
border-color: #FFA1BA;
}
</style>