Shades of Rose Bud #F5A79B
Tints of Rose Bud #F5A79B
RGB
CMYK
RGB Variations
Color information
#F5A79B (or 0xF5A79B) is known color: Rose Bud. HEX triplet: F5, A7 and 9B. RGB value is (245,167,155). Sum of RGB (Red+Green+Blue) = 245+167+155=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 167 (65.62% from 255 or 29.45% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A79B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A79B is #0A5864. Grayscale: #BDBDBD. Windows color (decimal): -677989 or 10201077. OLE color: 10201077.
HSL color Cylindrical-coordinate representation of color #F5A79B: hue angle of 8º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F5A79B is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 167 | 155 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.04 |
| HSL | 8º | 0.82% | 0.78% | - |
| HSV(B) | 8º | 0.37% | 0.96% | - |
| XYZ | 57.39 | 49.42 | 37.52 | - |
| YUV | 188.95 | 108.84 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 167 | 155 | 0 | 0.32 | 0.37 | 0.04 | 8 | 0.82 | 0.78 |
| Hex | F5 | A7 | 9B | 0 | 20 | 25 | 4 | 8 | 52 | 4E |
| Octal | 365 | 247 | 233 | 0 | 40 | 45 | 4 | 10 | 122 | 116 |
| Binary | 11110101 | 10100111 | 10011011 | 0 | 100000 | 100101 | 100 | 1000 | 1010010 | 1001110 |
Color Harmonies of #F5A79B
Complementary color
Monochromatic Colors of #F5A79B
Black with #F5A79B
Text Example
Text Example
White with #F5A79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A79B; }
p { color: rgb(245,167,155); }
H1.HeaderClassName
{
color: #F5A79B;
}
.AnyTagClassName
{
color: #F5A79B;
}
</style>
background-color css
<style>
a { background-color: #F5A79B; }
a { background-color: rgb(245,167,155); }
div.DivClassName
{
background-color: #F5A79B;
}
.BgClassName
{
background-color: #F5A79B;
}
</style>
border-color css
<style>
span { border-color: #F5A79B; }
span { border-color: rgb(245,167,155); }
td.TdClassName
{
border-color: #F5A79B;
}
.TagClassName
{
border-color: #F5A79B;
}
</style>