Shades of Rose Bud #F7A799
Tints of Rose Bud #F7A799
RGB
CMYK
RGB Variations
Color information
#F7A799 (or 0xF7A799) is known color: Rose Bud. HEX triplet: F7, A7 and 99. RGB value is (247,167,153). Sum of RGB (Red+Green+Blue) = 247+167+153=567 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.56% from 567); Green value is 167 (65.62% from 255 or 29.45% from 567); Blue value is 153 (60.16% from 255 or 26.98% from 567); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A799 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A799 is #085866. Grayscale: #BDBDBD. Windows color (decimal): -546919 or 10070007. OLE color: 10070007.
HSL color Cylindrical-coordinate representation of color #F7A799: hue angle of 8.94º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F7A799 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 167 | 153 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.03 |
| HSL | 8.94º | 0.85% | 0.78% | - |
| HSV(B) | 8.94º | 0.38% | 0.97% | - |
| XYZ | 57.93 | 49.71 | 36.68 | - |
| YUV | 189.32 | 107.5 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 167 | 153 | 0 | 0.32 | 0.38 | 0.03 | 8.94 | 0.85 | 0.78 |
| Hex | F7 | A7 | 99 | 0 | 20 | 26 | 3 | 9 | 55 | 4E |
| Octal | 367 | 247 | 231 | 0 | 40 | 46 | 3 | 11 | 125 | 116 |
| Binary | 11110111 | 10100111 | 10011001 | 0 | 100000 | 100110 | 11 | 1001 | 1010101 | 1001110 |
Color Harmonies of #F7A799
Complementary color
Monochromatic Colors of #F7A799
Black with #F7A799
Text Example
Text Example
White with #F7A799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A799; }
p { color: rgb(247,167,153); }
H1.HeaderClassName
{
color: #F7A799;
}
.AnyTagClassName
{
color: #F7A799;
}
</style>
background-color css
<style>
a { background-color: #F7A799; }
a { background-color: rgb(247,167,153); }
div.DivClassName
{
background-color: #F7A799;
}
.BgClassName
{
background-color: #F7A799;
}
</style>
border-color css
<style>
span { border-color: #F7A799; }
span { border-color: rgb(247,167,153); }
td.TdClassName
{
border-color: #F7A799;
}
.TagClassName
{
border-color: #F7A799;
}
</style>