Shades of Rose Bud #FFA096
Tints of Rose Bud #FFA096
RGB
CMYK
RGB Variations
Color information
#FFA096 (or 0xFFA096) is known color: Rose Bud. HEX triplet: FF, A0 and 96. RGB value is (255,160,150). Sum of RGB (Red+Green+Blue) = 255+160+150=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA096 is #005F69. Grayscale: #BBBBBB. Windows color (decimal): -24426 or 9871615. OLE color: 9871615.
HSL color Cylindrical-coordinate representation of color #FFA096: hue angle of 5.71º 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 #FFA096 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 150 | - |
| CMYK | 0 | 0.37 | 0.41 | 0 |
| HSL | 5.71º | 1% | 0.79% | - |
| HSV(B) | 5.71º | 0.41% | 1% | - |
| XYZ | 59.32 | 48.6 | 35.11 | - |
| YUV | 187.27 | 106.97 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 150 | 0 | 0.37 | 0.41 | 0 | 5.71 | 1 | 0.79 |
| Hex | FF | A0 | 96 | 0 | 25 | 29 | 0 | 6 | 64 | 4F |
| Octal | 377 | 240 | 226 | 0 | 45 | 51 | 0 | 6 | 144 | 117 |
| Binary | 11111111 | 10100000 | 10010110 | 0 | 100101 | 101001 | 0 | 110 | 1100100 | 1001111 |
Color Harmonies of #FFA096
Complementary color
Monochromatic Colors of #FFA096
Black with #FFA096
Text Example
Text Example
White with #FFA096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA096; }
p { color: rgb(255,160,150); }
H1.HeaderClassName
{
color: #FFA096;
}
.AnyTagClassName
{
color: #FFA096;
}
</style>
background-color css
<style>
a { background-color: #FFA096; }
a { background-color: rgb(255,160,150); }
div.DivClassName
{
background-color: #FFA096;
}
.BgClassName
{
background-color: #FFA096;
}
</style>
border-color css
<style>
span { border-color: #FFA096; }
span { border-color: rgb(255,160,150); }
td.TdClassName
{
border-color: #FFA096;
}
.TagClassName
{
border-color: #FFA096;
}
</style>