Shades of Light Pink #FFA9AE
Tints of Light Pink #FFA9AE
RGB
CMYK
RGB Variations
Color information
#FFA9AE (or 0xFFA9AE) is known color: Light Pink. HEX triplet: FF, A9 and AE. RGB value is (255,169,174). Sum of RGB (Red+Green+Blue) = 255+169+174=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA9AE is #005651. Grayscale: #C3C3C3. Windows color (decimal): -22098 or 11446783. OLE color: 11446783.
HSL color Cylindrical-coordinate representation of color #FFA9AE: hue angle of 356.51º 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 #FFA9AE is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 174 | - |
| CMYK | 0 | 0.34 | 0.32 | 0 |
| HSL | 356.51º | 1% | 0.83% | - |
| HSV(B) | 356.51º | 0.34% | 1% | - |
| XYZ | 63.07 | 52.69 | 46.89 | - |
| YUV | 195.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 174 | 0 | 0.34 | 0.32 | 0 | 356.51 | 1 | 0.83 |
| Hex | FF | A9 | AE | 0 | 22 | 20 | 0 | 165 | 64 | 53 |
| Octal | 377 | 251 | 256 | 0 | 42 | 40 | 0 | 545 | 144 | 123 |
| Binary | 11111111 | 10101001 | 10101110 | 0 | 100010 | 100000 | 0 | 101100101 | 1100100 | 1010011 |
Color Harmonies of #FFA9AE
Complementary color
Monochromatic Colors of #FFA9AE
Black with #FFA9AE
Text Example
Text Example
White with #FFA9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA9AE; }
p { color: rgb(255,169,174); }
H1.HeaderClassName
{
color: #FFA9AE;
}
.AnyTagClassName
{
color: #FFA9AE;
}
</style>
background-color css
<style>
a { background-color: #FFA9AE; }
a { background-color: rgb(255,169,174); }
div.DivClassName
{
background-color: #FFA9AE;
}
.BgClassName
{
background-color: #FFA9AE;
}
</style>
border-color css
<style>
span { border-color: #FFA9AE; }
span { border-color: rgb(255,169,174); }
td.TdClassName
{
border-color: #FFA9AE;
}
.TagClassName
{
border-color: #FFA9AE;
}
</style>