Shades of Rose Bud #FFA798
Tints of Rose Bud #FFA798
RGB
CMYK
RGB Variations
Color information
#FFA798 (or 0xFFA798) is known color: Rose Bud. HEX triplet: FF, A7 and 98. RGB value is (255,167,152). Sum of RGB (Red+Green+Blue) = 255+167+152=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 167 (65.62% from 255 or 29.09% from 574); Blue value is 152 (59.77% from 255 or 26.48% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA798 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA798 is #005867. Grayscale: #BFBFBF. Windows color (decimal): -22632 or 10004479. OLE color: 10004479.
HSL color Cylindrical-coordinate representation of color #FFA798: hue angle of 8.74º 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 #FFA798 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 152 | - |
| CMYK | 0 | 0.35 | 0.40 | 0 |
| HSL | 8.74º | 1% | 0.8% | - |
| HSV(B) | 8.74º | 0.4% | 1% | - |
| XYZ | 60.73 | 51.16 | 36.38 | - |
| YUV | 191.6 | 105.65 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 152 | 0 | 0.35 | 0.40 | 0 | 8.74 | 1 | 0.8 |
| Hex | FF | A7 | 98 | 0 | 23 | 28 | 0 | 9 | 64 | 50 |
| Octal | 377 | 247 | 230 | 0 | 43 | 50 | 0 | 11 | 144 | 120 |
| Binary | 11111111 | 10100111 | 10011000 | 0 | 100011 | 101000 | 0 | 1001 | 1100100 | 1010000 |
Color Harmonies of #FFA798
Complementary color
Monochromatic Colors of #FFA798
Black with #FFA798
Text Example
Text Example
White with #FFA798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA798; }
p { color: rgb(255,167,152); }
H1.HeaderClassName
{
color: #FFA798;
}
.AnyTagClassName
{
color: #FFA798;
}
</style>
background-color css
<style>
a { background-color: #FFA798; }
a { background-color: rgb(255,167,152); }
div.DivClassName
{
background-color: #FFA798;
}
.BgClassName
{
background-color: #FFA798;
}
</style>
border-color css
<style>
span { border-color: #FFA798; }
span { border-color: rgb(255,167,152); }
td.TdClassName
{
border-color: #FFA798;
}
.TagClassName
{
border-color: #FFA798;
}
</style>