Shades of Rose Bud #FFAC97
Tints of Rose Bud #FFAC97
RGB
CMYK
RGB Variations
Color information
#FFAC97 (or 0xFFAC97) is known color: Rose Bud. HEX triplet: FF, AC and 97. RGB value is (255,172,151). Sum of RGB (Red+Green+Blue) = 255+172+151=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 151 (59.38% from 255 or 26.12% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAC97 is #005368. Grayscale: #C2C2C2. Windows color (decimal): -21353 or 9940223. OLE color: 9940223.
HSL color Cylindrical-coordinate representation of color #FFAC97: hue angle of 12.12º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFAC97 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 151 | - |
| CMYK | 0 | 0.33 | 0.41 | 0 |
| HSL | 12.12º | 1% | 0.8% | - |
| HSV(B) | 12.12º | 0.41% | 1% | - |
| XYZ | 61.58 | 53 | 36.26 | - |
| YUV | 194.42 | 103.5 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 151 | 0 | 0.33 | 0.41 | 0 | 12.12 | 1 | 0.8 |
| Hex | FF | AC | 97 | 0 | 21 | 29 | 0 | C | 64 | 50 |
| Octal | 377 | 254 | 227 | 0 | 41 | 51 | 0 | 14 | 144 | 120 |
| Binary | 11111111 | 10101100 | 10010111 | 0 | 100001 | 101001 | 0 | 1100 | 1100100 | 1010000 |
Color Harmonies of #FFAC97
Complementary color
Monochromatic Colors of #FFAC97
Black with #FFAC97
Text Example
Text Example
White with #FFAC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC97; }
p { color: rgb(255,172,151); }
H1.HeaderClassName
{
color: #FFAC97;
}
.AnyTagClassName
{
color: #FFAC97;
}
</style>
background-color css
<style>
a { background-color: #FFAC97; }
a { background-color: rgb(255,172,151); }
div.DivClassName
{
background-color: #FFAC97;
}
.BgClassName
{
background-color: #FFAC97;
}
</style>
border-color css
<style>
span { border-color: #FFAC97; }
span { border-color: rgb(255,172,151); }
td.TdClassName
{
border-color: #FFAC97;
}
.TagClassName
{
border-color: #FFAC97;
}
</style>