Shades of Light Pink #FFA9B7
Tints of Light Pink #FFA9B7
RGB
CMYK
RGB Variations
Color information
#FFA9B7 (or 0xFFA9B7) is known color: Light Pink. HEX triplet: FF, A9 and B7. RGB value is (255,169,183). Sum of RGB (Red+Green+Blue) = 255+169+183=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 169 (66.41% from 255 or 27.84% from 607); Blue value is 183 (71.88% from 255 or 30.15% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9B7 is #005648. Grayscale: #C4C4C4. Windows color (decimal): -22089 or 12036607. OLE color: 12036607.
HSL color Cylindrical-coordinate representation of color #FFA9B7: hue angle of 350.23º 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 #FFA9B7 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 183 | - |
| CMYK | 0 | 0.34 | 0.28 | 0 |
| HSL | 350.23º | 1% | 0.83% | - |
| HSV(B) | 350.23º | 0.34% | 1% | - |
| XYZ | 63.98 | 53.05 | 51.67 | - |
| YUV | 196.31 | 120.49 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 183 | 0 | 0.34 | 0.28 | 0 | 350.23 | 1 | 0.83 |
| Hex | FF | A9 | B7 | 0 | 22 | 1C | 0 | 15E | 64 | 53 |
| Octal | 377 | 251 | 267 | 0 | 42 | 34 | 0 | 536 | 144 | 123 |
| Binary | 11111111 | 10101001 | 10110111 | 0 | 100010 | 11100 | 0 | 101011110 | 1100100 | 1010011 |
Color Harmonies of #FFA9B7
Complementary color
Monochromatic Colors of #FFA9B7
Black with #FFA9B7
Text Example
Text Example
White with #FFA9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA9B7; }
p { color: rgb(255,169,183); }
H1.HeaderClassName
{
color: #FFA9B7;
}
.AnyTagClassName
{
color: #FFA9B7;
}
</style>
background-color css
<style>
a { background-color: #FFA9B7; }
a { background-color: rgb(255,169,183); }
div.DivClassName
{
background-color: #FFA9B7;
}
.BgClassName
{
background-color: #FFA9B7;
}
</style>
border-color css
<style>
span { border-color: #FFA9B7; }
span { border-color: rgb(255,169,183); }
td.TdClassName
{
border-color: #FFA9B7;
}
.TagClassName
{
border-color: #FFA9B7;
}
</style>