Shades of Rose Bud #FFA995
Tints of Rose Bud #FFA995
RGB
CMYK
RGB Variations
Color information
#FFA995 (or 0xFFA995) is known color: Rose Bud. HEX triplet: FF, A9 and 95. RGB value is (255,169,149). Sum of RGB (Red+Green+Blue) = 255+169+149=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 169 (66.41% from 255 or 29.49% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA995 is #00566A. Grayscale: #C0C0C0. Windows color (decimal): -22123 or 9808383. OLE color: 9808383.
HSL color Cylindrical-coordinate representation of color #FFA995: hue angle of 11.32º 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 #FFA995 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 149 | - |
| CMYK | 0 | 0.34 | 0.42 | 0 |
| HSL | 11.32º | 1% | 0.79% | - |
| HSV(B) | 11.32º | 0.42% | 1% | - |
| XYZ | 60.85 | 51.81 | 35.23 | - |
| YUV | 192.43 | 103.49 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 149 | 0 | 0.34 | 0.42 | 0 | 11.32 | 1 | 0.79 |
| Hex | FF | A9 | 95 | 0 | 22 | 2A | 0 | B | 64 | 4F |
| Octal | 377 | 251 | 225 | 0 | 42 | 52 | 0 | 13 | 144 | 117 |
| Binary | 11111111 | 10101001 | 10010101 | 0 | 100010 | 101010 | 0 | 1011 | 1100100 | 1001111 |
Color Harmonies of #FFA995
Complementary color
Monochromatic Colors of #FFA995
Black with #FFA995
Text Example
Text Example
White with #FFA995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA995; }
p { color: rgb(255,169,149); }
H1.HeaderClassName
{
color: #FFA995;
}
.AnyTagClassName
{
color: #FFA995;
}
</style>
background-color css
<style>
a { background-color: #FFA995; }
a { background-color: rgb(255,169,149); }
div.DivClassName
{
background-color: #FFA995;
}
.BgClassName
{
background-color: #FFA995;
}
</style>
border-color css
<style>
span { border-color: #FFA995; }
span { border-color: rgb(255,169,149); }
td.TdClassName
{
border-color: #FFA995;
}
.TagClassName
{
border-color: #FFA995;
}
</style>