Shades of Rose Bud #FFA295
Tints of Rose Bud #FFA295
RGB
CMYK
RGB Variations
Color information
#FFA295 (or 0xFFA295) is known color: Rose Bud. HEX triplet: FF, A2 and 95. RGB value is (255,162,149). Sum of RGB (Red+Green+Blue) = 255+162+149=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA295 is #005D6A. Grayscale: #BCBCBC. Windows color (decimal): -23915 or 9806591. OLE color: 9806591.
HSL color Cylindrical-coordinate representation of color #FFA295: hue angle of 7.36º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFA295 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 149 | - |
| CMYK | 0 | 0.36 | 0.42 | 0 |
| HSL | 7.36º | 1% | 0.79% | - |
| HSV(B) | 7.36º | 0.42% | 1% | - |
| XYZ | 59.59 | 49.27 | 34.8 | - |
| YUV | 188.33 | 105.81 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 149 | 0 | 0.36 | 0.42 | 0 | 7.36 | 1 | 0.79 |
| Hex | FF | A2 | 95 | 0 | 24 | 2A | 0 | 7 | 64 | 4F |
| Octal | 377 | 242 | 225 | 0 | 44 | 52 | 0 | 7 | 144 | 117 |
| Binary | 11111111 | 10100010 | 10010101 | 0 | 100100 | 101010 | 0 | 111 | 1100100 | 1001111 |
Color Harmonies of #FFA295
Complementary color
Monochromatic Colors of #FFA295
Black with #FFA295
Text Example
Text Example
White with #FFA295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA295; }
p { color: rgb(255,162,149); }
H1.HeaderClassName
{
color: #FFA295;
}
.AnyTagClassName
{
color: #FFA295;
}
</style>
background-color css
<style>
a { background-color: #FFA295; }
a { background-color: rgb(255,162,149); }
div.DivClassName
{
background-color: #FFA295;
}
.BgClassName
{
background-color: #FFA295;
}
</style>
border-color css
<style>
span { border-color: #FFA295; }
span { border-color: rgb(255,162,149); }
td.TdClassName
{
border-color: #FFA295;
}
.TagClassName
{
border-color: #FFA295;
}
</style>