Shades of Rose Bud #FFA099
Tints of Rose Bud #FFA099
RGB
CMYK
RGB Variations
Color information
#FFA099 (or 0xFFA099) is known color: Rose Bud. HEX triplet: FF, A0 and 99. RGB value is (255,160,153). Sum of RGB (Red+Green+Blue) = 255+160+153=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA099 is #005F66. Grayscale: #BBBBBB. Windows color (decimal): -24423 or 10068223. OLE color: 10068223.
HSL color Cylindrical-coordinate representation of color #FFA099: hue angle of 4.12º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFA099 is Cyan = 0, Magento = 0.37, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 153 | - |
| CMYK | 0 | 0.37 | 0.4 | 0 |
| HSL | 4.12º | 1% | 0.8% | - |
| HSV(B) | 4.12º | 0.4% | 1% | - |
| XYZ | 59.56 | 48.7 | 36.4 | - |
| YUV | 187.61 | 108.47 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 153 | 0 | 0.37 | 0.4 | 0 | 4.12 | 1 | 0.8 |
| Hex | FF | A0 | 99 | 0 | 25 | 28 | 0 | 4 | 64 | 50 |
| Octal | 377 | 240 | 231 | 0 | 45 | 50 | 0 | 4 | 144 | 120 |
| Binary | 11111111 | 10100000 | 10011001 | 0 | 100101 | 101000 | 0 | 100 | 1100100 | 1010000 |
Color Harmonies of #FFA099
Complementary color
Monochromatic Colors of #FFA099
Black with #FFA099
Text Example
Text Example
White with #FFA099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA099; }
p { color: rgb(255,160,153); }
H1.HeaderClassName
{
color: #FFA099;
}
.AnyTagClassName
{
color: #FFA099;
}
</style>
background-color css
<style>
a { background-color: #FFA099; }
a { background-color: rgb(255,160,153); }
div.DivClassName
{
background-color: #FFA099;
}
.BgClassName
{
background-color: #FFA099;
}
</style>
border-color css
<style>
span { border-color: #FFA099; }
span { border-color: rgb(255,160,153); }
td.TdClassName
{
border-color: #FFA099;
}
.TagClassName
{
border-color: #FFA099;
}
</style>