Shades of Rose Bud #F7A29C
Tints of Rose Bud #F7A29C
RGB
CMYK
RGB Variations
Color information
#F7A29C (or 0xF7A29C) is known color: Rose Bud. HEX triplet: F7, A2 and 9C. RGB value is (247,162,156). Sum of RGB (Red+Green+Blue) = 247+162+156=565 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.72% from 565); Green value is 162 (63.67% from 255 or 28.67% from 565); Blue value is 156 (61.33% from 255 or 27.61% from 565); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A29C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A29C is #085D63. Grayscale: #BABABA. Windows color (decimal): -548196 or 10265335. OLE color: 10265335.
HSL color Cylindrical-coordinate representation of color #F7A29C: hue angle of 3.96º 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 #F7A29C is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 162 | 156 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.03 |
| HSL | 3.96º | 0.85% | 0.79% | - |
| HSV(B) | 3.96º | 0.37% | 0.97% | - |
| XYZ | 57.28 | 48.02 | 37.7 | - |
| YUV | 186.73 | 110.66 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 162 | 156 | 0 | 0.34 | 0.37 | 0.03 | 3.96 | 0.85 | 0.79 |
| Hex | F7 | A2 | 9C | 0 | 22 | 25 | 3 | 4 | 55 | 4F |
| Octal | 367 | 242 | 234 | 0 | 42 | 45 | 3 | 4 | 125 | 117 |
| Binary | 11110111 | 10100010 | 10011100 | 0 | 100010 | 100101 | 11 | 100 | 1010101 | 1001111 |
Color Harmonies of #F7A29C
Complementary color
Monochromatic Colors of #F7A29C
Black with #F7A29C
Text Example
Text Example
White with #F7A29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A29C; }
p { color: rgb(247,162,156); }
H1.HeaderClassName
{
color: #F7A29C;
}
.AnyTagClassName
{
color: #F7A29C;
}
</style>
background-color css
<style>
a { background-color: #F7A29C; }
a { background-color: rgb(247,162,156); }
div.DivClassName
{
background-color: #F7A29C;
}
.BgClassName
{
background-color: #F7A29C;
}
</style>
border-color css
<style>
span { border-color: #F7A29C; }
span { border-color: rgb(247,162,156); }
td.TdClassName
{
border-color: #F7A29C;
}
.TagClassName
{
border-color: #F7A29C;
}
</style>