Shades of Rose Bud #FFA2A0
Tints of Rose Bud #FFA2A0
RGB
CMYK
RGB Variations
Color information
#FFA2A0 (or 0xFFA2A0) is known color: Rose Bud. HEX triplet: FF, A2 and A0. RGB value is (255,162,160). Sum of RGB (Red+Green+Blue) = 255+162+160=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 162 (63.67% from 255 or 28.08% from 577); Blue value is 160 (62.89% from 255 or 27.73% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA2A0 is #005D5F. Grayscale: #BDBDBD. Windows color (decimal): -23904 or 10527487. OLE color: 10527487.
HSL color Cylindrical-coordinate representation of color #FFA2A0: hue angle of 1.26º 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 #FFA2A0 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 162 | 160 | - |
CMYK | 0 | 0.36 | 0.37 | 0 |
HSL | 1.26º | 1% | 0.81% | - |
HSV(B) | 1.26º | 0.37% | 1% | - |
XYZ | 60.51 | 49.64 | 39.65 | - |
YUV | 189.58 | 111.31 | 174.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 162 | 160 | 0 | 0.36 | 0.37 | 0 | 1.26 | 1 | 0.81 |
Hex | FF | A2 | A0 | 0 | 24 | 25 | 0 | 1 | 64 | 51 |
Octal | 377 | 242 | 240 | 0 | 44 | 45 | 0 | 1 | 144 | 121 |
Binary | 11111111 | 10100010 | 10100000 | 0 | 100100 | 100101 | 0 | 1 | 1100100 | 1010001 |
Color Harmonies of #FFA2A0
Complementary color
Monochromatic Colors of #FFA2A0
Black with #FFA2A0
Text Example
Text Example
White with #FFA2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2A0; }
p { color: rgb(255,162,160); }
H1.HeaderClassName
{
color: #FFA2A0;
}
.AnyTagClassName
{
color: #FFA2A0;
}
</style>
background-color css
<style>
a { background-color: #FFA2A0; }
a { background-color: rgb(255,162,160); }
div.DivClassName
{
background-color: #FFA2A0;
}
.BgClassName
{
background-color: #FFA2A0;
}
</style>
border-color css
<style>
span { border-color: #FFA2A0; }
span { border-color: rgb(255,162,160); }
td.TdClassName
{
border-color: #FFA2A0;
}
.TagClassName
{
border-color: #FFA2A0;
}
</style>