Shades of Rose Bud #FFA097
Tints of Rose Bud #FFA097
RGB
CMYK
RGB Variations
Color information
#FFA097 (or 0xFFA097) is known color: Rose Bud. HEX triplet: FF, A0 and 97. RGB value is (255,160,151). Sum of RGB (Red+Green+Blue) = 255+160+151=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 160 (62.89% from 255 or 28.27% from 566); Blue value is 151 (59.38% from 255 or 26.68% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA097 is #005F68. Grayscale: #BBBBBB. Windows color (decimal): -24425 or 9937151. OLE color: 9937151.
HSL color Cylindrical-coordinate representation of color #FFA097: hue angle of 5.19º 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 #FFA097 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 151 | - |
| CMYK | 0 | 0.37 | 0.41 | 0 |
| HSL | 5.19º | 1% | 0.8% | - |
| HSV(B) | 5.19º | 0.41% | 1% | - |
| XYZ | 59.4 | 48.64 | 35.54 | - |
| YUV | 187.38 | 107.47 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 151 | 0 | 0.37 | 0.41 | 0 | 5.19 | 1 | 0.8 |
| Hex | FF | A0 | 97 | 0 | 25 | 29 | 0 | 5 | 64 | 50 |
| Octal | 377 | 240 | 227 | 0 | 45 | 51 | 0 | 5 | 144 | 120 |
| Binary | 11111111 | 10100000 | 10010111 | 0 | 100101 | 101001 | 0 | 101 | 1100100 | 1010000 |
Color Harmonies of #FFA097
Complementary color
Monochromatic Colors of #FFA097
Black with #FFA097
Text Example
Text Example
White with #FFA097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA097; }
p { color: rgb(255,160,151); }
H1.HeaderClassName
{
color: #FFA097;
}
.AnyTagClassName
{
color: #FFA097;
}
</style>
background-color css
<style>
a { background-color: #FFA097; }
a { background-color: rgb(255,160,151); }
div.DivClassName
{
background-color: #FFA097;
}
.BgClassName
{
background-color: #FFA097;
}
</style>
border-color css
<style>
span { border-color: #FFA097; }
span { border-color: rgb(255,160,151); }
td.TdClassName
{
border-color: #FFA097;
}
.TagClassName
{
border-color: #FFA097;
}
</style>