Shades of Rose Bud #FFAA8C
Tints of Rose Bud #FFAA8C
RGB
CMYK
RGB Variations
Color information
#FFAA8C (or 0xFFAA8C) is known color: Rose Bud. HEX triplet: FF, AA and 8C. RGB value is (255,170,140). Sum of RGB (Red+Green+Blue) = 255+170+140=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 140 (55.08% from 255 or 24.78% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA8C is #005573. Grayscale: #C0C0C0. Windows color (decimal): -21876 or 9218815. OLE color: 9218815.
HSL color Cylindrical-coordinate representation of color #FFAA8C: hue angle of 15.65º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFAA8C is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 140 | - |
| CMYK | 0 | 0.33 | 0.45 | 0 |
| HSL | 15.65º | 1% | 0.77% | - |
| HSV(B) | 15.65º | 0.45% | 1% | - |
| XYZ | 60.35 | 51.9 | 31.65 | - |
| YUV | 192 | 98.66 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 140 | 0 | 0.33 | 0.45 | 0 | 15.65 | 1 | 0.77 |
| Hex | FF | AA | 8C | 0 | 21 | 2D | 0 | 10 | 64 | 4D |
| Octal | 377 | 252 | 214 | 0 | 41 | 55 | 0 | 20 | 144 | 115 |
| Binary | 11111111 | 10101010 | 10001100 | 0 | 100001 | 101101 | 0 | 10000 | 1100100 | 1001101 |
Color Harmonies of #FFAA8C
Complementary color
Monochromatic Colors of #FFAA8C
Black with #FFAA8C
Text Example
Text Example
White with #FFAA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA8C; }
p { color: rgb(255,170,140); }
H1.HeaderClassName
{
color: #FFAA8C;
}
.AnyTagClassName
{
color: #FFAA8C;
}
</style>
background-color css
<style>
a { background-color: #FFAA8C; }
a { background-color: rgb(255,170,140); }
div.DivClassName
{
background-color: #FFAA8C;
}
.BgClassName
{
background-color: #FFAA8C;
}
</style>
border-color css
<style>
span { border-color: #FFAA8C; }
span { border-color: rgb(255,170,140); }
td.TdClassName
{
border-color: #FFAA8C;
}
.TagClassName
{
border-color: #FFAA8C;
}
</style>