Shades of Rose Bud #FFA596
Tints of Rose Bud #FFA596
RGB
CMYK
RGB Variations
Color information
#FFA596 (or 0xFFA596) is known color: Rose Bud. HEX triplet: FF, A5 and 96. RGB value is (255,165,150). Sum of RGB (Red+Green+Blue) = 255+165+150=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 165 (64.84% from 255 or 28.95% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA596 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA596 is #005A69. Grayscale: #BEBEBE. Windows color (decimal): -23146 or 9872895. OLE color: 9872895.
HSL color Cylindrical-coordinate representation of color #FFA596: hue angle of 8.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFA596 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 150 | - |
| CMYK | 0 | 0.35 | 0.41 | 0 |
| HSL | 8.57º | 1% | 0.79% | - |
| HSV(B) | 8.57º | 0.41% | 1% | - |
| XYZ | 60.2 | 50.37 | 35.4 | - |
| YUV | 190.2 | 105.32 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 150 | 0 | 0.35 | 0.41 | 0 | 8.57 | 1 | 0.79 |
| Hex | FF | A5 | 96 | 0 | 23 | 29 | 0 | 9 | 64 | 4F |
| Octal | 377 | 245 | 226 | 0 | 43 | 51 | 0 | 11 | 144 | 117 |
| Binary | 11111111 | 10100101 | 10010110 | 0 | 100011 | 101001 | 0 | 1001 | 1100100 | 1001111 |
Color Harmonies of #FFA596
Complementary color
Monochromatic Colors of #FFA596
Black with #FFA596
Text Example
Text Example
White with #FFA596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA596; }
p { color: rgb(255,165,150); }
H1.HeaderClassName
{
color: #FFA596;
}
.AnyTagClassName
{
color: #FFA596;
}
</style>
background-color css
<style>
a { background-color: #FFA596; }
a { background-color: rgb(255,165,150); }
div.DivClassName
{
background-color: #FFA596;
}
.BgClassName
{
background-color: #FFA596;
}
</style>
border-color css
<style>
span { border-color: #FFA596; }
span { border-color: rgb(255,165,150); }
td.TdClassName
{
border-color: #FFA596;
}
.TagClassName
{
border-color: #FFA596;
}
</style>