Shades of Rose Bud #FFAC8C
Tints of Rose Bud #FFAC8C
RGB
CMYK
RGB Variations
Color information
#FFAC8C (or 0xFFAC8C) is known color: Rose Bud. HEX triplet: FF, AC and 8C. RGB value is (255,172,140). Sum of RGB (Red+Green+Blue) = 255+172+140=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAC8C is #005373. Grayscale: #C1C1C1. Windows color (decimal): -21364 or 9219327. OLE color: 9219327.
HSL color Cylindrical-coordinate representation of color #FFAC8C: hue angle of 16.7º 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 #FFAC8C is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 140 | - |
| CMYK | 0 | 0.33 | 0.45 | 0 |
| HSL | 16.7º | 1% | 0.77% | - |
| HSV(B) | 16.7º | 0.45% | 1% | - |
| XYZ | 60.73 | 52.66 | 31.77 | - |
| YUV | 193.17 | 98 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 140 | 0 | 0.33 | 0.45 | 0 | 16.7 | 1 | 0.77 |
| Hex | FF | AC | 8C | 0 | 21 | 2D | 0 | 11 | 64 | 4D |
| Octal | 377 | 254 | 214 | 0 | 41 | 55 | 0 | 21 | 144 | 115 |
| Binary | 11111111 | 10101100 | 10001100 | 0 | 100001 | 101101 | 0 | 10001 | 1100100 | 1001101 |
Color Harmonies of #FFAC8C
Complementary color
Monochromatic Colors of #FFAC8C
Black with #FFAC8C
Text Example
Text Example
White with #FFAC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC8C; }
p { color: rgb(255,172,140); }
H1.HeaderClassName
{
color: #FFAC8C;
}
.AnyTagClassName
{
color: #FFAC8C;
}
</style>
background-color css
<style>
a { background-color: #FFAC8C; }
a { background-color: rgb(255,172,140); }
div.DivClassName
{
background-color: #FFAC8C;
}
.BgClassName
{
background-color: #FFAC8C;
}
</style>
border-color css
<style>
span { border-color: #FFAC8C; }
span { border-color: rgb(255,172,140); }
td.TdClassName
{
border-color: #FFAC8C;
}
.TagClassName
{
border-color: #FFAC8C;
}
</style>