Shades of Rose Bud #FFA59A
Tints of Rose Bud #FFA59A
RGB
CMYK
RGB Variations
Color information
#FFA59A (or 0xFFA59A) is known color: Rose Bud. HEX triplet: FF, A5 and 9A. RGB value is (255,165,154). Sum of RGB (Red+Green+Blue) = 255+165+154=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 165 (64.84% from 255 or 28.75% from 574); Blue value is 154 (60.55% from 255 or 26.83% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA59A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA59A is #005A65. Grayscale: #BEBEBE. Windows color (decimal): -23142 or 10135039. OLE color: 10135039.
HSL color Cylindrical-coordinate representation of color #FFA59A: hue angle of 6.53º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFA59A is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 154 | - |
| CMYK | 0 | 0.35 | 0.40 | 0 |
| HSL | 6.53º | 1% | 0.8% | - |
| HSV(B) | 6.53º | 0.4% | 1% | - |
| XYZ | 60.53 | 50.5 | 37.13 | - |
| YUV | 190.66 | 107.32 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 154 | 0 | 0.35 | 0.40 | 0 | 6.53 | 1 | 0.8 |
| Hex | FF | A5 | 9A | 0 | 23 | 28 | 0 | 7 | 64 | 50 |
| Octal | 377 | 245 | 232 | 0 | 43 | 50 | 0 | 7 | 144 | 120 |
| Binary | 11111111 | 10100101 | 10011010 | 0 | 100011 | 101000 | 0 | 111 | 1100100 | 1010000 |
Color Harmonies of #FFA59A
Complementary color
Monochromatic Colors of #FFA59A
Black with #FFA59A
Text Example
Text Example
White with #FFA59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA59A; }
p { color: rgb(255,165,154); }
H1.HeaderClassName
{
color: #FFA59A;
}
.AnyTagClassName
{
color: #FFA59A;
}
</style>
background-color css
<style>
a { background-color: #FFA59A; }
a { background-color: rgb(255,165,154); }
div.DivClassName
{
background-color: #FFA59A;
}
.BgClassName
{
background-color: #FFA59A;
}
</style>
border-color css
<style>
span { border-color: #FFA59A; }
span { border-color: rgb(255,165,154); }
td.TdClassName
{
border-color: #FFA59A;
}
.TagClassName
{
border-color: #FFA59A;
}
</style>