Shades of Rose Bud #FFAAA0
Tints of Rose Bud #FFAAA0
RGB
CMYK
RGB Variations
Color information
#FFAAA0 (or 0xFFAAA0) is known color: Rose Bud. HEX triplet: FF, AA and A0. RGB value is (255,170,160). Sum of RGB (Red+Green+Blue) = 255+170+160=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAAA0 is #00555F. Grayscale: #C2C2C2. Windows color (decimal): -21856 or 10529535. OLE color: 10529535.
HSL color Cylindrical-coordinate representation of color #FFAAA0: hue angle of 6.32º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFAAA0 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 160 | - |
| CMYK | 0 | 0.33 | 0.37 | 0 |
| HSL | 6.32º | 1% | 0.81% | - |
| HSV(B) | 6.32º | 0.37% | 1% | - |
| XYZ | 61.96 | 52.55 | 40.13 | - |
| YUV | 194.28 | 108.66 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 160 | 0 | 0.33 | 0.37 | 0 | 6.32 | 1 | 0.81 |
| Hex | FF | AA | A0 | 0 | 21 | 25 | 0 | 6 | 64 | 51 |
| Octal | 377 | 252 | 240 | 0 | 41 | 45 | 0 | 6 | 144 | 121 |
| Binary | 11111111 | 10101010 | 10100000 | 0 | 100001 | 100101 | 0 | 110 | 1100100 | 1010001 |
Color Harmonies of #FFAAA0
Complementary color
Monochromatic Colors of #FFAAA0
Black with #FFAAA0
Text Example
Text Example
White with #FFAAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAA0; }
p { color: rgb(255,170,160); }
H1.HeaderClassName
{
color: #FFAAA0;
}
.AnyTagClassName
{
color: #FFAAA0;
}
</style>
background-color css
<style>
a { background-color: #FFAAA0; }
a { background-color: rgb(255,170,160); }
div.DivClassName
{
background-color: #FFAAA0;
}
.BgClassName
{
background-color: #FFAAA0;
}
</style>
border-color css
<style>
span { border-color: #FFAAA0; }
span { border-color: rgb(255,170,160); }
td.TdClassName
{
border-color: #FFAAA0;
}
.TagClassName
{
border-color: #FFAAA0;
}
</style>