Shades of Rose Bud #FFA098
Tints of Rose Bud #FFA098
RGB
CMYK
RGB Variations
Color information
#FFA098 (or 0xFFA098) is known color: Rose Bud. HEX triplet: FF, A0 and 98. RGB value is (255,160,152). Sum of RGB (Red+Green+Blue) = 255+160+152=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 152 (59.77% from 255 or 26.81% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA098 is #005F67. Grayscale: #BBBBBB. Windows color (decimal): -24424 or 10002687. OLE color: 10002687.
HSL color Cylindrical-coordinate representation of color #FFA098: hue angle of 4.66º 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 #FFA098 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 152 | - |
| CMYK | 0 | 0.37 | 0.40 | 0 |
| HSL | 4.66º | 1% | 0.8% | - |
| HSV(B) | 4.66º | 0.4% | 1% | - |
| XYZ | 59.48 | 48.67 | 35.96 | - |
| YUV | 187.49 | 107.97 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 152 | 0 | 0.37 | 0.40 | 0 | 4.66 | 1 | 0.8 |
| Hex | FF | A0 | 98 | 0 | 25 | 28 | 0 | 5 | 64 | 50 |
| Octal | 377 | 240 | 230 | 0 | 45 | 50 | 0 | 5 | 144 | 120 |
| Binary | 11111111 | 10100000 | 10011000 | 0 | 100101 | 101000 | 0 | 101 | 1100100 | 1010000 |
Color Harmonies of #FFA098
Complementary color
Monochromatic Colors of #FFA098
Black with #FFA098
Text Example
Text Example
White with #FFA098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA098; }
p { color: rgb(255,160,152); }
H1.HeaderClassName
{
color: #FFA098;
}
.AnyTagClassName
{
color: #FFA098;
}
</style>
background-color css
<style>
a { background-color: #FFA098; }
a { background-color: rgb(255,160,152); }
div.DivClassName
{
background-color: #FFA098;
}
.BgClassName
{
background-color: #FFA098;
}
</style>
border-color css
<style>
span { border-color: #FFA098; }
span { border-color: rgb(255,160,152); }
td.TdClassName
{
border-color: #FFA098;
}
.TagClassName
{
border-color: #FFA098;
}
</style>