Shades of Rose Bud #FFA398
Tints of Rose Bud #FFA398
RGB
CMYK
RGB Variations
Color information
#FFA398 (or 0xFFA398) is known color: Rose Bud. HEX triplet: FF, A3 and 98. RGB value is (255,163,152). Sum of RGB (Red+Green+Blue) = 255+163+152=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 163 (64.06% from 255 or 28.60% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA398 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA398 is #005C67. Grayscale: #BDBDBD. Windows color (decimal): -23656 or 10003455. OLE color: 10003455.
HSL color Cylindrical-coordinate representation of color #FFA398: hue angle of 6.41º 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 #FFA398 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 152 | - |
| CMYK | 0 | 0.36 | 0.40 | 0 |
| HSL | 6.41º | 1% | 0.8% | - |
| HSV(B) | 6.41º | 0.4% | 1% | - |
| XYZ | 60 | 49.72 | 36.14 | - |
| YUV | 189.25 | 106.98 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 152 | 0 | 0.36 | 0.40 | 0 | 6.41 | 1 | 0.8 |
| Hex | FF | A3 | 98 | 0 | 24 | 28 | 0 | 6 | 64 | 50 |
| Octal | 377 | 243 | 230 | 0 | 44 | 50 | 0 | 6 | 144 | 120 |
| Binary | 11111111 | 10100011 | 10011000 | 0 | 100100 | 101000 | 0 | 110 | 1100100 | 1010000 |
Color Harmonies of #FFA398
Complementary color
Monochromatic Colors of #FFA398
Black with #FFA398
Text Example
Text Example
White with #FFA398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA398; }
p { color: rgb(255,163,152); }
H1.HeaderClassName
{
color: #FFA398;
}
.AnyTagClassName
{
color: #FFA398;
}
</style>
background-color css
<style>
a { background-color: #FFA398; }
a { background-color: rgb(255,163,152); }
div.DivClassName
{
background-color: #FFA398;
}
.BgClassName
{
background-color: #FFA398;
}
</style>
border-color css
<style>
span { border-color: #FFA398; }
span { border-color: rgb(255,163,152); }
td.TdClassName
{
border-color: #FFA398;
}
.TagClassName
{
border-color: #FFA398;
}
</style>