Shades of Rose Bud #FFAA9A
Tints of Rose Bud #FFAA9A
RGB
CMYK
RGB Variations
Color information
#FFAA9A (or 0xFFAA9A) is known color: Rose Bud. HEX triplet: FF, AA and 9A. RGB value is (255,170,154). Sum of RGB (Red+Green+Blue) = 255+170+154=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 154 (60.55% from 255 or 26.60% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA9A is #005565. Grayscale: #C1C1C1. Windows color (decimal): -21862 or 10136319. OLE color: 10136319.
HSL color Cylindrical-coordinate representation of color #FFAA9A: hue angle of 9.5º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFAA9A is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 154 | - |
| CMYK | 0 | 0.33 | 0.40 | 0 |
| HSL | 9.5º | 1% | 0.8% | - |
| HSV(B) | 9.5º | 0.4% | 1% | - |
| XYZ | 61.45 | 52.34 | 37.44 | - |
| YUV | 193.59 | 105.66 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 154 | 0 | 0.33 | 0.40 | 0 | 9.5 | 1 | 0.8 |
| Hex | FF | AA | 9A | 0 | 21 | 28 | 0 | A | 64 | 50 |
| Octal | 377 | 252 | 232 | 0 | 41 | 50 | 0 | 12 | 144 | 120 |
| Binary | 11111111 | 10101010 | 10011010 | 0 | 100001 | 101000 | 0 | 1010 | 1100100 | 1010000 |
Color Harmonies of #FFAA9A
Complementary color
Monochromatic Colors of #FFAA9A
Black with #FFAA9A
Text Example
Text Example
White with #FFAA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA9A; }
p { color: rgb(255,170,154); }
H1.HeaderClassName
{
color: #FFAA9A;
}
.AnyTagClassName
{
color: #FFAA9A;
}
</style>
background-color css
<style>
a { background-color: #FFAA9A; }
a { background-color: rgb(255,170,154); }
div.DivClassName
{
background-color: #FFAA9A;
}
.BgClassName
{
background-color: #FFAA9A;
}
</style>
border-color css
<style>
span { border-color: #FFAA9A; }
span { border-color: rgb(255,170,154); }
td.TdClassName
{
border-color: #FFAA9A;
}
.TagClassName
{
border-color: #FFAA9A;
}
</style>