Shades of Rose Bud #F5A797
Tints of Rose Bud #F5A797
RGB
CMYK
RGB Variations
Color information
#F5A797 (or 0xF5A797) is known color: Rose Bud. HEX triplet: F5, A7 and 97. RGB value is (245,167,151). Sum of RGB (Red+Green+Blue) = 245+167+151=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 167 (65.62% from 255 or 29.66% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A797 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A797 is #0A5868. Grayscale: #BCBCBC. Windows color (decimal): -677993 or 9938933. OLE color: 9938933.
HSL color Cylindrical-coordinate representation of color #F5A797: hue angle of 10.21º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F5A797 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 167 | 151 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.04 |
| HSL | 10.21º | 0.82% | 0.78% | - |
| HSV(B) | 10.21º | 0.38% | 0.96% | - |
| XYZ | 57.06 | 49.28 | 35.78 | - |
| YUV | 188.5 | 106.84 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 167 | 151 | 0 | 0.32 | 0.38 | 0.04 | 10.21 | 0.82 | 0.78 |
| Hex | F5 | A7 | 97 | 0 | 20 | 26 | 4 | A | 52 | 4E |
| Octal | 365 | 247 | 227 | 0 | 40 | 46 | 4 | 12 | 122 | 116 |
| Binary | 11110101 | 10100111 | 10010111 | 0 | 100000 | 100110 | 100 | 1010 | 1010010 | 1001110 |
Color Harmonies of #F5A797
Complementary color
Monochromatic Colors of #F5A797
Black with #F5A797
Text Example
Text Example
White with #F5A797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A797; }
p { color: rgb(245,167,151); }
H1.HeaderClassName
{
color: #F5A797;
}
.AnyTagClassName
{
color: #F5A797;
}
</style>
background-color css
<style>
a { background-color: #F5A797; }
a { background-color: rgb(245,167,151); }
div.DivClassName
{
background-color: #F5A797;
}
.BgClassName
{
background-color: #F5A797;
}
</style>
border-color css
<style>
span { border-color: #F5A797; }
span { border-color: rgb(245,167,151); }
td.TdClassName
{
border-color: #F5A797;
}
.TagClassName
{
border-color: #F5A797;
}
</style>