Shades of Rose Bud #F7A88B
Tints of Rose Bud #F7A88B
RGB
CMYK
RGB Variations
Color information
#F7A88B (or 0xF7A88B) is known color: Rose Bud. HEX triplet: F7, A8 and 8B. RGB value is (247,168,139). Sum of RGB (Red+Green+Blue) = 247+168+139=554 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.58% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A88B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A88B is #085774. Grayscale: #BCBCBC. Windows color (decimal): -546677 or 9152759. OLE color: 9152759.
HSL color Cylindrical-coordinate representation of color #F7A88B: hue angle of 16.11º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F7A88B is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 168 | 139 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.03 |
| HSL | 16.11º | 0.87% | 0.76% | - |
| HSV(B) | 16.11º | 0.44% | 0.97% | - |
| XYZ | 57.02 | 49.64 | 31 | - |
| YUV | 188.32 | 100.17 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 168 | 139 | 0 | 0.32 | 0.44 | 0.03 | 16.11 | 0.87 | 0.76 |
| Hex | F7 | A8 | 8B | 0 | 20 | 2C | 3 | 10 | 57 | 4C |
| Octal | 367 | 250 | 213 | 0 | 40 | 54 | 3 | 20 | 127 | 114 |
| Binary | 11110111 | 10101000 | 10001011 | 0 | 100000 | 101100 | 11 | 10000 | 1010111 | 1001100 |
Color Harmonies of #F7A88B
Complementary color
Monochromatic Colors of #F7A88B
Black with #F7A88B
Text Example
Text Example
White with #F7A88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A88B; }
p { color: rgb(247,168,139); }
H1.HeaderClassName
{
color: #F7A88B;
}
.AnyTagClassName
{
color: #F7A88B;
}
</style>
background-color css
<style>
a { background-color: #F7A88B; }
a { background-color: rgb(247,168,139); }
div.DivClassName
{
background-color: #F7A88B;
}
.BgClassName
{
background-color: #F7A88B;
}
</style>
border-color css
<style>
span { border-color: #F7A88B; }
span { border-color: rgb(247,168,139); }
td.TdClassName
{
border-color: #F7A88B;
}
.TagClassName
{
border-color: #F7A88B;
}
</style>