Shades of Light Pink #FFA9AC
Tints of Light Pink #FFA9AC
RGB
CMYK
RGB Variations
Color information
#FFA9AC (or 0xFFA9AC) is known color: Light Pink. HEX triplet: FF, A9 and AC. RGB value is (255,169,172). Sum of RGB (Red+Green+Blue) = 255+169+172=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA9AC is #005653. Grayscale: #C3C3C3. Windows color (decimal): -22100 or 11315711. OLE color: 11315711.
HSL color Cylindrical-coordinate representation of color #FFA9AC: hue angle of 357.91º 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 #FFA9AC is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 172 | - |
| CMYK | 0 | 0.34 | 0.33 | 0 |
| HSL | 357.91º | 1% | 0.83% | - |
| HSV(B) | 357.91º | 0.34% | 1% | - |
| XYZ | 62.87 | 52.61 | 45.87 | - |
| YUV | 195.06 | 114.99 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 172 | 0 | 0.34 | 0.33 | 0 | 357.91 | 1 | 0.83 |
| Hex | FF | A9 | AC | 0 | 22 | 21 | 0 | 166 | 64 | 53 |
| Octal | 377 | 251 | 254 | 0 | 42 | 41 | 0 | 546 | 144 | 123 |
| Binary | 11111111 | 10101001 | 10101100 | 0 | 100010 | 100001 | 0 | 101100110 | 1100100 | 1010011 |
Color Harmonies of #FFA9AC
Complementary color
Monochromatic Colors of #FFA9AC
Black with #FFA9AC
Text Example
Text Example
White with #FFA9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA9AC; }
p { color: rgb(255,169,172); }
H1.HeaderClassName
{
color: #FFA9AC;
}
.AnyTagClassName
{
color: #FFA9AC;
}
</style>
background-color css
<style>
a { background-color: #FFA9AC; }
a { background-color: rgb(255,169,172); }
div.DivClassName
{
background-color: #FFA9AC;
}
.BgClassName
{
background-color: #FFA9AC;
}
</style>
border-color css
<style>
span { border-color: #FFA9AC; }
span { border-color: rgb(255,169,172); }
td.TdClassName
{
border-color: #FFA9AC;
}
.TagClassName
{
border-color: #FFA9AC;
}
</style>