Shades of Rose Bud #F7B09C
Tints of Rose Bud #F7B09C
RGB
CMYK
RGB Variations
Color information
#F7B09C (or 0xF7B09C) is known color: Rose Bud. HEX triplet: F7, B0 and 9C. RGB value is (247,176,156). Sum of RGB (Red+Green+Blue) = 247+176+156=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 156 (61.33% from 255 or 26.94% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B09C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7B09C is #084F63. Grayscale: #C3C3C3. Windows color (decimal): -544612 or 10268919. OLE color: 10268919.
HSL color Cylindrical-coordinate representation of color #F7B09C: hue angle of 13.19º 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 #F7B09C is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 176 | 156 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.03 |
| HSL | 13.19º | 0.85% | 0.79% | - |
| HSV(B) | 13.19º | 0.37% | 0.97% | - |
| XYZ | 59.88 | 53.23 | 38.57 | - |
| YUV | 194.95 | 106.02 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 176 | 156 | 0 | 0.29 | 0.37 | 0.03 | 13.19 | 0.85 | 0.79 |
| Hex | F7 | B0 | 9C | 0 | 1D | 25 | 3 | D | 55 | 4F |
| Octal | 367 | 260 | 234 | 0 | 35 | 45 | 3 | 15 | 125 | 117 |
| Binary | 11110111 | 10110000 | 10011100 | 0 | 11101 | 100101 | 11 | 1101 | 1010101 | 1001111 |
Color Harmonies of #F7B09C
Complementary color
Monochromatic Colors of #F7B09C
Black with #F7B09C
Text Example
Text Example
White with #F7B09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B09C; }
p { color: rgb(247,176,156); }
H1.HeaderClassName
{
color: #F7B09C;
}
.AnyTagClassName
{
color: #F7B09C;
}
</style>
background-color css
<style>
a { background-color: #F7B09C; }
a { background-color: rgb(247,176,156); }
div.DivClassName
{
background-color: #F7B09C;
}
.BgClassName
{
background-color: #F7B09C;
}
</style>
border-color css
<style>
span { border-color: #F7B09C; }
span { border-color: rgb(247,176,156); }
td.TdClassName
{
border-color: #F7B09C;
}
.TagClassName
{
border-color: #F7B09C;
}
</style>