Shades of Carnation Pink #FFA1BB
Tints of Carnation Pink #FFA1BB
RGB
CMYK
RGB Variations
Color information
#FFA1BB (or 0xFFA1BB) is known color: Carnation Pink. HEX triplet: FF, A1 and BB. RGB value is (255,161,187). Sum of RGB (Red+Green+Blue) = 255+161+187=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 161 (63.28% from 255 or 26.70% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1BB is #005E44. Grayscale: #C0C0C0. Windows color (decimal): -24133 or 12296703. OLE color: 12296703.
HSL color Cylindrical-coordinate representation of color #FFA1BB: hue angle of 343.4º 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 #FFA1BB is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 187 | - |
| CMYK | 0 | 0.37 | 0.27 | 0 |
| HSL | 343.4º | 1% | 0.82% | - |
| HSV(B) | 343.4º | 0.37% | 1% | - |
| XYZ | 62.95 | 50.34 | 53.41 | - |
| YUV | 192.07 | 125.14 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 187 | 0 | 0.37 | 0.27 | 0 | 343.4 | 1 | 0.82 |
| Hex | FF | A1 | BB | 0 | 25 | 1B | 0 | 157 | 64 | 52 |
| Octal | 377 | 241 | 273 | 0 | 45 | 33 | 0 | 527 | 144 | 122 |
| Binary | 11111111 | 10100001 | 10111011 | 0 | 100101 | 11011 | 0 | 101010111 | 1100100 | 1010010 |
Color Harmonies of #FFA1BB
Complementary color
Monochromatic Colors of #FFA1BB
Black with #FFA1BB
Text Example
Text Example
White with #FFA1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1BB; }
p { color: rgb(255,161,187); }
H1.HeaderClassName
{
color: #FFA1BB;
}
.AnyTagClassName
{
color: #FFA1BB;
}
</style>
background-color css
<style>
a { background-color: #FFA1BB; }
a { background-color: rgb(255,161,187); }
div.DivClassName
{
background-color: #FFA1BB;
}
.BgClassName
{
background-color: #FFA1BB;
}
</style>
border-color css
<style>
span { border-color: #FFA1BB; }
span { border-color: rgb(255,161,187); }
td.TdClassName
{
border-color: #FFA1BB;
}
.TagClassName
{
border-color: #FFA1BB;
}
</style>