Shades of Light Pink #FFA9BA
Tints of Light Pink #FFA9BA
RGB
CMYK
RGB Variations
Color information
#FFA9BA (or 0xFFA9BA) is known color: Light Pink. HEX triplet: FF, A9 and BA. RGB value is (255,169,186). Sum of RGB (Red+Green+Blue) = 255+169+186=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 169 (66.41% from 255 or 27.70% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9BA is #005645. Grayscale: #C4C4C4. Windows color (decimal): -22086 or 12233215. OLE color: 12233215.
HSL color Cylindrical-coordinate representation of color #FFA9BA: hue angle of 348.14º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFA9BA is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 186 | - |
| CMYK | 0 | 0.34 | 0.27 | 0 |
| HSL | 348.14º | 1% | 0.83% | - |
| HSV(B) | 348.14º | 0.34% | 1% | - |
| XYZ | 64.29 | 53.18 | 53.33 | - |
| YUV | 196.65 | 121.99 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 186 | 0 | 0.34 | 0.27 | 0 | 348.14 | 1 | 0.83 |
| Hex | FF | A9 | BA | 0 | 22 | 1B | 0 | 15C | 64 | 53 |
| Octal | 377 | 251 | 272 | 0 | 42 | 33 | 0 | 534 | 144 | 123 |
| Binary | 11111111 | 10101001 | 10111010 | 0 | 100010 | 11011 | 0 | 101011100 | 1100100 | 1010011 |
Color Harmonies of #FFA9BA
Complementary color
Monochromatic Colors of #FFA9BA
Black with #FFA9BA
Text Example
Text Example
White with #FFA9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA9BA; }
p { color: rgb(255,169,186); }
H1.HeaderClassName
{
color: #FFA9BA;
}
.AnyTagClassName
{
color: #FFA9BA;
}
</style>
background-color css
<style>
a { background-color: #FFA9BA; }
a { background-color: rgb(255,169,186); }
div.DivClassName
{
background-color: #FFA9BA;
}
.BgClassName
{
background-color: #FFA9BA;
}
</style>
border-color css
<style>
span { border-color: #FFA9BA; }
span { border-color: rgb(255,169,186); }
td.TdClassName
{
border-color: #FFA9BA;
}
.TagClassName
{
border-color: #FFA9BA;
}
</style>