Shades of Rose Bud #FFA09B
Tints of Rose Bud #FFA09B
RGB
CMYK
RGB Variations
Color information
#FFA09B (or 0xFFA09B) is known color: Rose Bud. HEX triplet: FF, A0 and 9B. RGB value is (255,160,155). Sum of RGB (Red+Green+Blue) = 255+160+155=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 160 (62.89% from 255 or 28.07% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA09B is #005F64. Grayscale: #BBBBBB. Windows color (decimal): -24421 or 10199295. OLE color: 10199295.
HSL color Cylindrical-coordinate representation of color #FFA09B: hue angle of 3º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFA09B is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 155 | - |
| CMYK | 0 | 0.37 | 0.39 | 0 |
| HSL | 3º | 1% | 0.8% | - |
| HSV(B) | 3º | 0.39% | 1% | - |
| XYZ | 59.73 | 48.77 | 37.28 | - |
| YUV | 187.84 | 109.47 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 155 | 0 | 0.37 | 0.39 | 0 | 3 | 1 | 0.8 |
| Hex | FF | A0 | 9B | 0 | 25 | 27 | 0 | 3 | 64 | 50 |
| Octal | 377 | 240 | 233 | 0 | 45 | 47 | 0 | 3 | 144 | 120 |
| Binary | 11111111 | 10100000 | 10011011 | 0 | 100101 | 100111 | 0 | 11 | 1100100 | 1010000 |
Color Harmonies of #FFA09B
Complementary color
Monochromatic Colors of #FFA09B
Black with #FFA09B
Text Example
Text Example
White with #FFA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA09B; }
p { color: rgb(255,160,155); }
H1.HeaderClassName
{
color: #FFA09B;
}
.AnyTagClassName
{
color: #FFA09B;
}
</style>
background-color css
<style>
a { background-color: #FFA09B; }
a { background-color: rgb(255,160,155); }
div.DivClassName
{
background-color: #FFA09B;
}
.BgClassName
{
background-color: #FFA09B;
}
</style>
border-color css
<style>
span { border-color: #FFA09B; }
span { border-color: rgb(255,160,155); }
td.TdClassName
{
border-color: #FFA09B;
}
.TagClassName
{
border-color: #FFA09B;
}
</style>