Shades of Rose Bud #FFA59B
Tints of Rose Bud #FFA59B
RGB
CMYK
RGB Variations
Color information
#FFA59B (or 0xFFA59B) is known color: Rose Bud. HEX triplet: FF, A5 and 9B. RGB value is (255,165,155). Sum of RGB (Red+Green+Blue) = 255+165+155=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 165 (64.84% from 255 or 28.70% from 575); Blue value is 155 (60.94% from 255 or 26.96% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA59B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA59B is #005A64. Grayscale: #BEBEBE. Windows color (decimal): -23141 or 10200575. OLE color: 10200575.
HSL color Cylindrical-coordinate representation of color #FFA59B: hue angle of 6º 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 #FFA59B is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 155 | - |
| CMYK | 0 | 0.35 | 0.39 | 0 |
| HSL | 6º | 1% | 0.8% | - |
| HSV(B) | 6º | 0.39% | 1% | - |
| XYZ | 60.61 | 50.54 | 37.57 | - |
| YUV | 190.77 | 107.82 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 155 | 0 | 0.35 | 0.39 | 0 | 6 | 1 | 0.8 |
| Hex | FF | A5 | 9B | 0 | 23 | 27 | 0 | 6 | 64 | 50 |
| Octal | 377 | 245 | 233 | 0 | 43 | 47 | 0 | 6 | 144 | 120 |
| Binary | 11111111 | 10100101 | 10011011 | 0 | 100011 | 100111 | 0 | 110 | 1100100 | 1010000 |
Color Harmonies of #FFA59B
Complementary color
Monochromatic Colors of #FFA59B
Black with #FFA59B
Text Example
Text Example
White with #FFA59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA59B; }
p { color: rgb(255,165,155); }
H1.HeaderClassName
{
color: #FFA59B;
}
.AnyTagClassName
{
color: #FFA59B;
}
</style>
background-color css
<style>
a { background-color: #FFA59B; }
a { background-color: rgb(255,165,155); }
div.DivClassName
{
background-color: #FFA59B;
}
.BgClassName
{
background-color: #FFA59B;
}
</style>
border-color css
<style>
span { border-color: #FFA59B; }
span { border-color: rgb(255,165,155); }
td.TdClassName
{
border-color: #FFA59B;
}
.TagClassName
{
border-color: #FFA59B;
}
</style>