Shades of Rose Bud #FFABA0
Tints of Rose Bud #FFABA0
RGB
CMYK
RGB Variations
Color information
#FFABA0 (or 0xFFABA0) is known color: Rose Bud. HEX triplet: FF, AB and A0. RGB value is (255,171,160). Sum of RGB (Red+Green+Blue) = 255+171+160=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 160 (62.89% from 255 or 27.30% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFABA0 is #00545F. Grayscale: #C2C2C2. Windows color (decimal): -21600 or 10529791. OLE color: 10529791.
HSL color Cylindrical-coordinate representation of color #FFABA0: hue angle of 6.95º 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 #FFABA0 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 160 | - |
| CMYK | 0 | 0.33 | 0.37 | 0 |
| HSL | 6.95º | 1% | 0.81% | - |
| HSV(B) | 6.95º | 0.37% | 1% | - |
| XYZ | 62.15 | 52.92 | 40.2 | - |
| YUV | 194.86 | 108.33 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 160 | 0 | 0.33 | 0.37 | 0 | 6.95 | 1 | 0.81 |
| Hex | FF | AB | A0 | 0 | 21 | 25 | 0 | 7 | 64 | 51 |
| Octal | 377 | 253 | 240 | 0 | 41 | 45 | 0 | 7 | 144 | 121 |
| Binary | 11111111 | 10101011 | 10100000 | 0 | 100001 | 100101 | 0 | 111 | 1100100 | 1010001 |
Color Harmonies of #FFABA0
Complementary color
Monochromatic Colors of #FFABA0
Black with #FFABA0
Text Example
Text Example
White with #FFABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABA0; }
p { color: rgb(255,171,160); }
H1.HeaderClassName
{
color: #FFABA0;
}
.AnyTagClassName
{
color: #FFABA0;
}
</style>
background-color css
<style>
a { background-color: #FFABA0; }
a { background-color: rgb(255,171,160); }
div.DivClassName
{
background-color: #FFABA0;
}
.BgClassName
{
background-color: #FFABA0;
}
</style>
border-color css
<style>
span { border-color: #FFABA0; }
span { border-color: rgb(255,171,160); }
td.TdClassName
{
border-color: #FFABA0;
}
.TagClassName
{
border-color: #FFABA0;
}
</style>