Shades of Rose Bud #FFA498
Tints of Rose Bud #FFA498
RGB
CMYK
RGB Variations
Color information
#FFA498 (or 0xFFA498) is known color: Rose Bud. HEX triplet: FF, A4 and 98. RGB value is (255,164,152). Sum of RGB (Red+Green+Blue) = 255+164+152=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 164 (64.45% from 255 or 28.72% from 571); Blue value is 152 (59.77% from 255 or 26.62% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA498 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA498 is #005B67. Grayscale: #BDBDBD. Windows color (decimal): -23400 or 10003711. OLE color: 10003711.
HSL color Cylindrical-coordinate representation of color #FFA498: hue angle of 6.99º 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 #FFA498 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 152 | - |
| CMYK | 0 | 0.36 | 0.40 | 0 |
| HSL | 6.99º | 1% | 0.8% | - |
| HSV(B) | 6.99º | 0.4% | 1% | - |
| XYZ | 60.18 | 50.08 | 36.2 | - |
| YUV | 189.84 | 106.65 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 152 | 0 | 0.36 | 0.40 | 0 | 6.99 | 1 | 0.8 |
| Hex | FF | A4 | 98 | 0 | 24 | 28 | 0 | 7 | 64 | 50 |
| Octal | 377 | 244 | 230 | 0 | 44 | 50 | 0 | 7 | 144 | 120 |
| Binary | 11111111 | 10100100 | 10011000 | 0 | 100100 | 101000 | 0 | 111 | 1100100 | 1010000 |
Color Harmonies of #FFA498
Complementary color
Monochromatic Colors of #FFA498
Black with #FFA498
Text Example
Text Example
White with #FFA498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA498; }
p { color: rgb(255,164,152); }
H1.HeaderClassName
{
color: #FFA498;
}
.AnyTagClassName
{
color: #FFA498;
}
</style>
background-color css
<style>
a { background-color: #FFA498; }
a { background-color: rgb(255,164,152); }
div.DivClassName
{
background-color: #FFA498;
}
.BgClassName
{
background-color: #FFA498;
}
</style>
border-color css
<style>
span { border-color: #FFA498; }
span { border-color: rgb(255,164,152); }
td.TdClassName
{
border-color: #FFA498;
}
.TagClassName
{
border-color: #FFA498;
}
</style>