Shades of Rose Bud #F5AA9B
Tints of Rose Bud #F5AA9B
RGB
CMYK
RGB Variations
Color information
#F5AA9B (or 0xF5AA9B) is known color: Rose Bud. HEX triplet: F5, AA and 9B. RGB value is (245,170,155). Sum of RGB (Red+Green+Blue) = 245+170+155=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AA9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AA9B is #0A5564. Grayscale: #BEBEBE. Windows color (decimal): -677221 or 10201845. OLE color: 10201845.
HSL color Cylindrical-coordinate representation of color #F5AA9B: hue angle of 10º 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 #F5AA9B is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 170 | 155 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.04 |
| HSL | 10º | 0.82% | 0.78% | - |
| HSV(B) | 10º | 0.37% | 0.96% | - |
| XYZ | 57.95 | 50.53 | 37.71 | - |
| YUV | 190.72 | 107.85 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 170 | 155 | 0 | 0.31 | 0.37 | 0.04 | 10 | 0.82 | 0.78 |
| Hex | F5 | AA | 9B | 0 | 1F | 25 | 4 | A | 52 | 4E |
| Octal | 365 | 252 | 233 | 0 | 37 | 45 | 4 | 12 | 122 | 116 |
| Binary | 11110101 | 10101010 | 10011011 | 0 | 11111 | 100101 | 100 | 1010 | 1010010 | 1001110 |
Color Harmonies of #F5AA9B
Complementary color
Monochromatic Colors of #F5AA9B
Black with #F5AA9B
Text Example
Text Example
White with #F5AA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AA9B; }
p { color: rgb(245,170,155); }
H1.HeaderClassName
{
color: #F5AA9B;
}
.AnyTagClassName
{
color: #F5AA9B;
}
</style>
background-color css
<style>
a { background-color: #F5AA9B; }
a { background-color: rgb(245,170,155); }
div.DivClassName
{
background-color: #F5AA9B;
}
.BgClassName
{
background-color: #F5AA9B;
}
</style>
border-color css
<style>
span { border-color: #F5AA9B; }
span { border-color: rgb(245,170,155); }
td.TdClassName
{
border-color: #F5AA9B;
}
.TagClassName
{
border-color: #F5AA9B;
}
</style>