Shades of Rose Bud #FFA799
Tints of Rose Bud #FFA799
RGB
CMYK
RGB Variations
Color information
#FFA799 (or 0xFFA799) is known color: Rose Bud. HEX triplet: FF, A7 and 99. RGB value is (255,167,153). Sum of RGB (Red+Green+Blue) = 255+167+153=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 167 (65.62% from 255 or 29.04% from 575); Blue value is 153 (60.16% from 255 or 26.61% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA799 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA799 is #005866. Grayscale: #BFBFBF. Windows color (decimal): -22631 or 10070015. OLE color: 10070015.
HSL color Cylindrical-coordinate representation of color #FFA799: hue angle of 8.24º 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 #FFA799 is Cyan = 0, Magento = 0.35, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 153 | - |
| CMYK | 0 | 0.35 | 0.4 | 0 |
| HSL | 8.24º | 1% | 0.8% | - |
| HSV(B) | 8.24º | 0.4% | 1% | - |
| XYZ | 60.81 | 51.2 | 36.81 | - |
| YUV | 191.72 | 106.15 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 153 | 0 | 0.35 | 0.4 | 0 | 8.24 | 1 | 0.8 |
| Hex | FF | A7 | 99 | 0 | 23 | 28 | 0 | 8 | 64 | 50 |
| Octal | 377 | 247 | 231 | 0 | 43 | 50 | 0 | 10 | 144 | 120 |
| Binary | 11111111 | 10100111 | 10011001 | 0 | 100011 | 101000 | 0 | 1000 | 1100100 | 1010000 |
Color Harmonies of #FFA799
Complementary color
Monochromatic Colors of #FFA799
Black with #FFA799
Text Example
Text Example
White with #FFA799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA799; }
p { color: rgb(255,167,153); }
H1.HeaderClassName
{
color: #FFA799;
}
.AnyTagClassName
{
color: #FFA799;
}
</style>
background-color css
<style>
a { background-color: #FFA799; }
a { background-color: rgb(255,167,153); }
div.DivClassName
{
background-color: #FFA799;
}
.BgClassName
{
background-color: #FFA799;
}
</style>
border-color css
<style>
span { border-color: #FFA799; }
span { border-color: rgb(255,167,153); }
td.TdClassName
{
border-color: #FFA799;
}
.TagClassName
{
border-color: #FFA799;
}
</style>