Shades of Rose Bud #FFAA96
Tints of Rose Bud #FFAA96
RGB
CMYK
RGB Variations
Color information
#FFAA96 (or 0xFFAA96) is known color: Rose Bud. HEX triplet: FF, AA and 96. RGB value is (255,170,150). Sum of RGB (Red+Green+Blue) = 255+170+150=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 150 (58.98% from 255 or 26.09% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA96 is #005569. Grayscale: #C1C1C1. Windows color (decimal): -21866 or 9874175. OLE color: 9874175.
HSL color Cylindrical-coordinate representation of color #FFAA96: hue angle of 11.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFAA96 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 150 | - |
| CMYK | 0 | 0.33 | 0.41 | 0 |
| HSL | 11.43º | 1% | 0.79% | - |
| HSV(B) | 11.43º | 0.41% | 1% | - |
| XYZ | 61.12 | 52.21 | 35.71 | - |
| YUV | 193.14 | 103.66 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 150 | 0 | 0.33 | 0.41 | 0 | 11.43 | 1 | 0.79 |
| Hex | FF | AA | 96 | 0 | 21 | 29 | 0 | B | 64 | 4F |
| Octal | 377 | 252 | 226 | 0 | 41 | 51 | 0 | 13 | 144 | 117 |
| Binary | 11111111 | 10101010 | 10010110 | 0 | 100001 | 101001 | 0 | 1011 | 1100100 | 1001111 |
Color Harmonies of #FFAA96
Complementary color
Monochromatic Colors of #FFAA96
Black with #FFAA96
Text Example
Text Example
White with #FFAA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA96; }
p { color: rgb(255,170,150); }
H1.HeaderClassName
{
color: #FFAA96;
}
.AnyTagClassName
{
color: #FFAA96;
}
</style>
background-color css
<style>
a { background-color: #FFAA96; }
a { background-color: rgb(255,170,150); }
div.DivClassName
{
background-color: #FFAA96;
}
.BgClassName
{
background-color: #FFAA96;
}
</style>
border-color css
<style>
span { border-color: #FFAA96; }
span { border-color: rgb(255,170,150); }
td.TdClassName
{
border-color: #FFAA96;
}
.TagClassName
{
border-color: #FFAA96;
}
</style>