Shades of Light Pink #FFA9B6
Tints of Light Pink #FFA9B6
RGB
CMYK
RGB Variations
Color information
#FFA9B6 (or 0xFFA9B6) is known color: Light Pink. HEX triplet: FF, A9 and B6. RGB value is (255,169,182). Sum of RGB (Red+Green+Blue) = 255+169+182=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 169 (66.41% from 255 or 27.89% from 606); Blue value is 182 (71.48% from 255 or 30.03% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9B6 is #005649. Grayscale: #C4C4C4. Windows color (decimal): -22090 or 11971071. OLE color: 11971071.
HSL color Cylindrical-coordinate representation of color #FFA9B6: hue angle of 350.93º 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 #FFA9B6 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 182 | - |
| CMYK | 0 | 0.34 | 0.29 | 0 |
| HSL | 350.93º | 1% | 0.83% | - |
| HSV(B) | 350.93º | 0.34% | 1% | - |
| XYZ | 63.87 | 53.01 | 51.12 | - |
| YUV | 196.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 182 | 0 | 0.34 | 0.29 | 0 | 350.93 | 1 | 0.83 |
| Hex | FF | A9 | B6 | 0 | 22 | 1D | 0 | 15F | 64 | 53 |
| Octal | 377 | 251 | 266 | 0 | 42 | 35 | 0 | 537 | 144 | 123 |
| Binary | 11111111 | 10101001 | 10110110 | 0 | 100010 | 11101 | 0 | 101011111 | 1100100 | 1010011 |
Color Harmonies of #FFA9B6
Complementary color
Monochromatic Colors of #FFA9B6
Black with #FFA9B6
Text Example
Text Example
White with #FFA9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA9B6; }
p { color: rgb(255,169,182); }
H1.HeaderClassName
{
color: #FFA9B6;
}
.AnyTagClassName
{
color: #FFA9B6;
}
</style>
background-color css
<style>
a { background-color: #FFA9B6; }
a { background-color: rgb(255,169,182); }
div.DivClassName
{
background-color: #FFA9B6;
}
.BgClassName
{
background-color: #FFA9B6;
}
</style>
border-color css
<style>
span { border-color: #FFA9B6; }
span { border-color: rgb(255,169,182); }
td.TdClassName
{
border-color: #FFA9B6;
}
.TagClassName
{
border-color: #FFA9B6;
}
</style>