Shades of Rose Bud #F7A89B
Tints of Rose Bud #F7A89B
RGB
CMYK
RGB Variations
Color information
#F7A89B (or 0xF7A89B) is known color: Rose Bud. HEX triplet: F7, A8 and 9B. RGB value is (247,168,155). Sum of RGB (Red+Green+Blue) = 247+168+155=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 168 (66.02% from 255 or 29.47% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A89B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A89B is #085764. Grayscale: #BEBEBE. Windows color (decimal): -546661 or 10201335. OLE color: 10201335.
HSL color Cylindrical-coordinate representation of color #F7A89B: hue angle of 8.48º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F7A89B is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 168 | 155 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.03 |
| HSL | 8.48º | 0.85% | 0.79% | - |
| HSV(B) | 8.48º | 0.37% | 0.97% | - |
| XYZ | 58.28 | 50.15 | 37.62 | - |
| YUV | 190.14 | 108.17 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 168 | 155 | 0 | 0.32 | 0.37 | 0.03 | 8.48 | 0.85 | 0.79 |
| Hex | F7 | A8 | 9B | 0 | 20 | 25 | 3 | 8 | 55 | 4F |
| Octal | 367 | 250 | 233 | 0 | 40 | 45 | 3 | 10 | 125 | 117 |
| Binary | 11110111 | 10101000 | 10011011 | 0 | 100000 | 100101 | 11 | 1000 | 1010101 | 1001111 |
Color Harmonies of #F7A89B
Complementary color
Monochromatic Colors of #F7A89B
Black with #F7A89B
Text Example
Text Example
White with #F7A89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A89B; }
p { color: rgb(247,168,155); }
H1.HeaderClassName
{
color: #F7A89B;
}
.AnyTagClassName
{
color: #F7A89B;
}
</style>
background-color css
<style>
a { background-color: #F7A89B; }
a { background-color: rgb(247,168,155); }
div.DivClassName
{
background-color: #F7A89B;
}
.BgClassName
{
background-color: #F7A89B;
}
</style>
border-color css
<style>
span { border-color: #F7A89B; }
span { border-color: rgb(247,168,155); }
td.TdClassName
{
border-color: #F7A89B;
}
.TagClassName
{
border-color: #F7A89B;
}
</style>