Shades of Rose Bud #FFA399
Tints of Rose Bud #FFA399
RGB
CMYK
RGB Variations
Color information
#FFA399 (or 0xFFA399) is known color: Rose Bud. HEX triplet: FF, A3 and 99. RGB value is (255,163,153). Sum of RGB (Red+Green+Blue) = 255+163+153=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 163 (64.06% from 255 or 28.55% from 571); Blue value is 153 (60.16% from 255 or 26.80% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA399 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA399 is #005C66. Grayscale: #BDBDBD. Windows color (decimal): -23655 or 10068991. OLE color: 10068991.
HSL color Cylindrical-coordinate representation of color #FFA399: hue angle of 5.88º 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 #FFA399 is Cyan = 0, Magento = 0.36, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 153 | - |
| CMYK | 0 | 0.36 | 0.4 | 0 |
| HSL | 5.88º | 1% | 0.8% | - |
| HSV(B) | 5.88º | 0.4% | 1% | - |
| XYZ | 60.09 | 49.75 | 36.57 | - |
| YUV | 189.37 | 107.48 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 153 | 0 | 0.36 | 0.4 | 0 | 5.88 | 1 | 0.8 |
| Hex | FF | A3 | 99 | 0 | 24 | 28 | 0 | 6 | 64 | 50 |
| Octal | 377 | 243 | 231 | 0 | 44 | 50 | 0 | 6 | 144 | 120 |
| Binary | 11111111 | 10100011 | 10011001 | 0 | 100100 | 101000 | 0 | 110 | 1100100 | 1010000 |
Color Harmonies of #FFA399
Complementary color
Monochromatic Colors of #FFA399
Black with #FFA399
Text Example
Text Example
White with #FFA399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA399; }
p { color: rgb(255,163,153); }
H1.HeaderClassName
{
color: #FFA399;
}
.AnyTagClassName
{
color: #FFA399;
}
</style>
background-color css
<style>
a { background-color: #FFA399; }
a { background-color: rgb(255,163,153); }
div.DivClassName
{
background-color: #FFA399;
}
.BgClassName
{
background-color: #FFA399;
}
</style>
border-color css
<style>
span { border-color: #FFA399; }
span { border-color: rgb(255,163,153); }
td.TdClassName
{
border-color: #FFA399;
}
.TagClassName
{
border-color: #FFA399;
}
</style>