Shades of Rose Bud #FFA6A0
Tints of Rose Bud #FFA6A0
RGB
CMYK
RGB Variations
Color information
#FFA6A0 (or 0xFFA6A0) is known color: Rose Bud. HEX triplet: FF, A6 and A0. RGB value is (255,166,160). Sum of RGB (Red+Green+Blue) = 255+166+160=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 166 (65.23% from 255 or 28.57% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA6A0 is #00595F. Grayscale: #C0C0C0. Windows color (decimal): -22880 or 10528511. OLE color: 10528511.
HSL color Cylindrical-coordinate representation of color #FFA6A0: hue angle of 3.79º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA6A0 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 160 | - |
| CMYK | 0 | 0.35 | 0.37 | 0 |
| HSL | 3.79º | 1% | 0.81% | - |
| HSV(B) | 3.79º | 0.37% | 1% | - |
| XYZ | 61.22 | 51.07 | 39.89 | - |
| YUV | 191.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 160 | 0 | 0.35 | 0.37 | 0 | 3.79 | 1 | 0.81 |
| Hex | FF | A6 | A0 | 0 | 23 | 25 | 0 | 4 | 64 | 51 |
| Octal | 377 | 246 | 240 | 0 | 43 | 45 | 0 | 4 | 144 | 121 |
| Binary | 11111111 | 10100110 | 10100000 | 0 | 100011 | 100101 | 0 | 100 | 1100100 | 1010001 |
Color Harmonies of #FFA6A0
Complementary color
Monochromatic Colors of #FFA6A0
Black with #FFA6A0
Text Example
Text Example
White with #FFA6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6A0; }
p { color: rgb(255,166,160); }
H1.HeaderClassName
{
color: #FFA6A0;
}
.AnyTagClassName
{
color: #FFA6A0;
}
</style>
background-color css
<style>
a { background-color: #FFA6A0; }
a { background-color: rgb(255,166,160); }
div.DivClassName
{
background-color: #FFA6A0;
}
.BgClassName
{
background-color: #FFA6A0;
}
</style>
border-color css
<style>
span { border-color: #FFA6A0; }
span { border-color: rgb(255,166,160); }
td.TdClassName
{
border-color: #FFA6A0;
}
.TagClassName
{
border-color: #FFA6A0;
}
</style>