Shades of Rose Bud #F0A79B
Tints of Rose Bud #F0A79B
RGB
CMYK
RGB Variations
Color information
#F0A79B (or 0xF0A79B) is known color: Rose Bud. HEX triplet: F0, A7 and 9B. RGB value is (240,167,155). Sum of RGB (Red+Green+Blue) = 240+167+155=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 167 (65.62% from 255 or 29.72% from 562); Blue value is 155 (60.94% from 255 or 27.58% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A79B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A79B is #0F5864. Grayscale: #BBBBBB. Windows color (decimal): -1005669 or 10201072. OLE color: 10201072.
HSL color Cylindrical-coordinate representation of color #F0A79B: hue angle of 8.47º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0A79B is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 167 | 155 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.06 |
| HSL | 8.47º | 0.74% | 0.77% | - |
| HSV(B) | 8.47º | 0.35% | 0.94% | - |
| XYZ | 55.67 | 48.53 | 37.44 | - |
| YUV | 187.46 | 109.68 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 167 | 155 | 0 | 0.30 | 0.35 | 0.06 | 8.47 | 0.74 | 0.77 |
| Hex | F0 | A7 | 9B | 0 | 1E | 23 | 6 | 8 | 4A | 4D |
| Octal | 360 | 247 | 233 | 0 | 36 | 43 | 6 | 10 | 112 | 115 |
| Binary | 11110000 | 10100111 | 10011011 | 0 | 11110 | 100011 | 110 | 1000 | 1001010 | 1001101 |
Color Harmonies of #F0A79B
Complementary color
Monochromatic Colors of #F0A79B
Black with #F0A79B
Text Example
Text Example
White with #F0A79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A79B; }
p { color: rgb(240,167,155); }
H1.HeaderClassName
{
color: #F0A79B;
}
.AnyTagClassName
{
color: #F0A79B;
}
</style>
background-color css
<style>
a { background-color: #F0A79B; }
a { background-color: rgb(240,167,155); }
div.DivClassName
{
background-color: #F0A79B;
}
.BgClassName
{
background-color: #F0A79B;
}
</style>
border-color css
<style>
span { border-color: #F0A79B; }
span { border-color: rgb(240,167,155); }
td.TdClassName
{
border-color: #F0A79B;
}
.TagClassName
{
border-color: #F0A79B;
}
</style>