Shades of Rose Bud #FFAAA1
Tints of Rose Bud #FFAAA1
RGB
CMYK
RGB Variations
Color information
#FFAAA1 (or 0xFFAAA1) is known color: Rose Bud. HEX triplet: FF, AA and A1. RGB value is (255,170,161). Sum of RGB (Red+Green+Blue) = 255+170+161=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAAA1 is #00555E. Grayscale: #C2C2C2. Windows color (decimal): -21855 or 10595071. OLE color: 10595071.
HSL color Cylindrical-coordinate representation of color #FFAAA1: hue angle of 5.74º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFAAA1 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 161 | - |
| CMYK | 0 | 0.33 | 0.37 | 0 |
| HSL | 5.74º | 1% | 0.82% | - |
| HSV(B) | 5.74º | 0.37% | 1% | - |
| XYZ | 62.05 | 52.58 | 40.6 | - |
| YUV | 194.39 | 109.16 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 161 | 0 | 0.33 | 0.37 | 0 | 5.74 | 1 | 0.82 |
| Hex | FF | AA | A1 | 0 | 21 | 25 | 0 | 6 | 64 | 52 |
| Octal | 377 | 252 | 241 | 0 | 41 | 45 | 0 | 6 | 144 | 122 |
| Binary | 11111111 | 10101010 | 10100001 | 0 | 100001 | 100101 | 0 | 110 | 1100100 | 1010010 |
Color Harmonies of #FFAAA1
Complementary color
Monochromatic Colors of #FFAAA1
Black with #FFAAA1
Text Example
Text Example
White with #FFAAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAA1; }
p { color: rgb(255,170,161); }
H1.HeaderClassName
{
color: #FFAAA1;
}
.AnyTagClassName
{
color: #FFAAA1;
}
</style>
background-color css
<style>
a { background-color: #FFAAA1; }
a { background-color: rgb(255,170,161); }
div.DivClassName
{
background-color: #FFAAA1;
}
.BgClassName
{
background-color: #FFAAA1;
}
</style>
border-color css
<style>
span { border-color: #FFAAA1; }
span { border-color: rgb(255,170,161); }
td.TdClassName
{
border-color: #FFAAA1;
}
.TagClassName
{
border-color: #FFAAA1;
}
</style>