Shades of Rose Bud #FFA59C
Tints of Rose Bud #FFA59C
RGB
CMYK
RGB Variations
Color information
#FFA59C (or 0xFFA59C) is known color: Rose Bud. HEX triplet: FF, A5 and 9C. RGB value is (255,165,156). Sum of RGB (Red+Green+Blue) = 255+165+156=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 165 (64.84% from 255 or 28.65% from 576); Blue value is 156 (61.33% from 255 or 27.08% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA59C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA59C is #005A63. Grayscale: #BFBFBF. Windows color (decimal): -23140 or 10266111. OLE color: 10266111.
HSL color Cylindrical-coordinate representation of color #FFA59C: hue angle of 5.45º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFA59C is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 156 | - |
| CMYK | 0 | 0.35 | 0.39 | 0 |
| HSL | 5.45º | 1% | 0.81% | - |
| HSV(B) | 5.45º | 0.39% | 1% | - |
| XYZ | 60.7 | 50.57 | 38.01 | - |
| YUV | 190.88 | 108.32 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 156 | 0 | 0.35 | 0.39 | 0 | 5.45 | 1 | 0.81 |
| Hex | FF | A5 | 9C | 0 | 23 | 27 | 0 | 5 | 64 | 51 |
| Octal | 377 | 245 | 234 | 0 | 43 | 47 | 0 | 5 | 144 | 121 |
| Binary | 11111111 | 10100101 | 10011100 | 0 | 100011 | 100111 | 0 | 101 | 1100100 | 1010001 |
Color Harmonies of #FFA59C
Complementary color
Monochromatic Colors of #FFA59C
Black with #FFA59C
Text Example
Text Example
White with #FFA59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA59C; }
p { color: rgb(255,165,156); }
H1.HeaderClassName
{
color: #FFA59C;
}
.AnyTagClassName
{
color: #FFA59C;
}
</style>
background-color css
<style>
a { background-color: #FFA59C; }
a { background-color: rgb(255,165,156); }
div.DivClassName
{
background-color: #FFA59C;
}
.BgClassName
{
background-color: #FFA59C;
}
</style>
border-color css
<style>
span { border-color: #FFA59C; }
span { border-color: rgb(255,165,156); }
td.TdClassName
{
border-color: #FFA59C;
}
.TagClassName
{
border-color: #FFA59C;
}
</style>