Shades of Rose Bud #F0A79C
Tints of Rose Bud #F0A79C
RGB
CMYK
RGB Variations
Color information
#F0A79C (or 0xF0A79C) is known color: Rose Bud. HEX triplet: F0, A7 and 9C. RGB value is (240,167,156). Sum of RGB (Red+Green+Blue) = 240+167+156=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 167 (65.62% from 255 or 29.66% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A79C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A79C is #0F5863. Grayscale: #BBBBBB. Windows color (decimal): -1005668 or 10266608. OLE color: 10266608.
HSL color Cylindrical-coordinate representation of color #F0A79C: hue angle of 7.86º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0A79C is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 167 | 156 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.06 |
| HSL | 7.86º | 0.74% | 0.78% | - |
| HSV(B) | 7.86º | 0.35% | 0.94% | - |
| XYZ | 55.75 | 48.56 | 37.89 | - |
| YUV | 187.57 | 110.18 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 167 | 156 | 0 | 0.30 | 0.35 | 0.06 | 7.86 | 0.74 | 0.78 |
| Hex | F0 | A7 | 9C | 0 | 1E | 23 | 6 | 8 | 4A | 4E |
| Octal | 360 | 247 | 234 | 0 | 36 | 43 | 6 | 10 | 112 | 116 |
| Binary | 11110000 | 10100111 | 10011100 | 0 | 11110 | 100011 | 110 | 1000 | 1001010 | 1001110 |
Color Harmonies of #F0A79C
Complementary color
Monochromatic Colors of #F0A79C
Black with #F0A79C
Text Example
Text Example
White with #F0A79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A79C; }
p { color: rgb(240,167,156); }
H1.HeaderClassName
{
color: #F0A79C;
}
.AnyTagClassName
{
color: #F0A79C;
}
</style>
background-color css
<style>
a { background-color: #F0A79C; }
a { background-color: rgb(240,167,156); }
div.DivClassName
{
background-color: #F0A79C;
}
.BgClassName
{
background-color: #F0A79C;
}
</style>
border-color css
<style>
span { border-color: #F0A79C; }
span { border-color: rgb(240,167,156); }
td.TdClassName
{
border-color: #F0A79C;
}
.TagClassName
{
border-color: #F0A79C;
}
</style>