Shades of Carnation Pink #FFA2BB
Tints of Carnation Pink #FFA2BB
RGB
CMYK
RGB Variations
Color information
#FFA2BB (or 0xFFA2BB) is known color: Carnation Pink. HEX triplet: FF, A2 and BB. RGB value is (255,162,187). Sum of RGB (Red+Green+Blue) = 255+162+187=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 162 (63.67% from 255 or 26.82% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2BB is #005D44. Grayscale: #C0C0C0. Windows color (decimal): -23877 or 12296959. OLE color: 12296959.
HSL color Cylindrical-coordinate representation of color #FFA2BB: hue angle of 343.87º 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 #FFA2BB is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 187 | - |
| CMYK | 0 | 0.36 | 0.27 | 0 |
| HSL | 343.87º | 1% | 0.82% | - |
| HSV(B) | 343.87º | 0.36% | 1% | - |
| XYZ | 63.13 | 50.69 | 53.47 | - |
| YUV | 192.66 | 124.81 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 187 | 0 | 0.36 | 0.27 | 0 | 343.87 | 1 | 0.82 |
| Hex | FF | A2 | BB | 0 | 24 | 1B | 0 | 158 | 64 | 52 |
| Octal | 377 | 242 | 273 | 0 | 44 | 33 | 0 | 530 | 144 | 122 |
| Binary | 11111111 | 10100010 | 10111011 | 0 | 100100 | 11011 | 0 | 101011000 | 1100100 | 1010010 |
Color Harmonies of #FFA2BB
Complementary color
Monochromatic Colors of #FFA2BB
Black with #FFA2BB
Text Example
Text Example
White with #FFA2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2BB; }
p { color: rgb(255,162,187); }
H1.HeaderClassName
{
color: #FFA2BB;
}
.AnyTagClassName
{
color: #FFA2BB;
}
</style>
background-color css
<style>
a { background-color: #FFA2BB; }
a { background-color: rgb(255,162,187); }
div.DivClassName
{
background-color: #FFA2BB;
}
.BgClassName
{
background-color: #FFA2BB;
}
</style>
border-color css
<style>
span { border-color: #FFA2BB; }
span { border-color: rgb(255,162,187); }
td.TdClassName
{
border-color: #FFA2BB;
}
.TagClassName
{
border-color: #FFA2BB;
}
</style>