Shades of Rose Bud #FFAA94
Tints of Rose Bud #FFAA94
RGB
CMYK
RGB Variations
Color information
#FFAA94 (or 0xFFAA94) is known color: Rose Bud. HEX triplet: FF, AA and 94. RGB value is (255,170,148). Sum of RGB (Red+Green+Blue) = 255+170+148=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 148 (58.20% from 255 or 25.83% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA94 is #00556B. Grayscale: #C1C1C1. Windows color (decimal): -21868 or 9743103. OLE color: 9743103.
HSL color Cylindrical-coordinate representation of color #FFAA94: hue angle of 12.34º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFAA94 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 148 | - |
| CMYK | 0 | 0.33 | 0.42 | 0 |
| HSL | 12.34º | 1% | 0.79% | - |
| HSV(B) | 12.34º | 0.42% | 1% | - |
| XYZ | 60.96 | 52.15 | 34.87 | - |
| YUV | 192.91 | 102.66 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 148 | 0 | 0.33 | 0.42 | 0 | 12.34 | 1 | 0.79 |
| Hex | FF | AA | 94 | 0 | 21 | 2A | 0 | C | 64 | 4F |
| Octal | 377 | 252 | 224 | 0 | 41 | 52 | 0 | 14 | 144 | 117 |
| Binary | 11111111 | 10101010 | 10010100 | 0 | 100001 | 101010 | 0 | 1100 | 1100100 | 1001111 |
Color Harmonies of #FFAA94
Complementary color
Monochromatic Colors of #FFAA94
Black with #FFAA94
Text Example
Text Example
White with #FFAA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA94; }
p { color: rgb(255,170,148); }
H1.HeaderClassName
{
color: #FFAA94;
}
.AnyTagClassName
{
color: #FFAA94;
}
</style>
background-color css
<style>
a { background-color: #FFAA94; }
a { background-color: rgb(255,170,148); }
div.DivClassName
{
background-color: #FFAA94;
}
.BgClassName
{
background-color: #FFAA94;
}
</style>
border-color css
<style>
span { border-color: #FFAA94; }
span { border-color: rgb(255,170,148); }
td.TdClassName
{
border-color: #FFAA94;
}
.TagClassName
{
border-color: #FFAA94;
}
</style>