Shades of Rose Bud #FFA591
Tints of Rose Bud #FFA591
RGB
CMYK
RGB Variations
Color information
#FFA591 (or 0xFFA591) is known color: Rose Bud. HEX triplet: FF, A5 and 91. RGB value is (255,165,145). Sum of RGB (Red+Green+Blue) = 255+165+145=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 165 (64.84% from 255 or 29.20% from 565); Blue value is 145 (57.03% from 255 or 25.66% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA591 is #005A6E. Grayscale: #BDBDBD. Windows color (decimal): -23151 or 9545215. OLE color: 9545215.
HSL color Cylindrical-coordinate representation of color #FFA591: hue angle of 10.91º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFA591 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 145 | - |
| CMYK | 0 | 0.35 | 0.43 | 0 |
| HSL | 10.91º | 1% | 0.78% | - |
| HSV(B) | 10.91º | 0.43% | 1% | - |
| XYZ | 59.81 | 50.21 | 33.33 | - |
| YUV | 189.63 | 102.82 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 145 | 0 | 0.35 | 0.43 | 0 | 10.91 | 1 | 0.78 |
| Hex | FF | A5 | 91 | 0 | 23 | 2B | 0 | B | 64 | 4E |
| Octal | 377 | 245 | 221 | 0 | 43 | 53 | 0 | 13 | 144 | 116 |
| Binary | 11111111 | 10100101 | 10010001 | 0 | 100011 | 101011 | 0 | 1011 | 1100100 | 1001110 |
Color Harmonies of #FFA591
Complementary color
Monochromatic Colors of #FFA591
Black with #FFA591
Text Example
Text Example
White with #FFA591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA591; }
p { color: rgb(255,165,145); }
H1.HeaderClassName
{
color: #FFA591;
}
.AnyTagClassName
{
color: #FFA591;
}
</style>
background-color css
<style>
a { background-color: #FFA591; }
a { background-color: rgb(255,165,145); }
div.DivClassName
{
background-color: #FFA591;
}
.BgClassName
{
background-color: #FFA591;
}
</style>
border-color css
<style>
span { border-color: #FFA591; }
span { border-color: rgb(255,165,145); }
td.TdClassName
{
border-color: #FFA591;
}
.TagClassName
{
border-color: #FFA591;
}
</style>