Shades of Rose Bud #FFABA2
Tints of Rose Bud #FFABA2
RGB
CMYK
RGB Variations
Color information
#FFABA2 (or 0xFFABA2) is known color: Rose Bud. HEX triplet: FF, AB and A2. RGB value is (255,171,162). Sum of RGB (Red+Green+Blue) = 255+171+162=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 162 (63.67% from 255 or 27.55% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFABA2 is #00545D. Grayscale: #C3C3C3. Windows color (decimal): -21598 or 10660863. OLE color: 10660863.
HSL color Cylindrical-coordinate representation of color #FFABA2: hue angle of 5.81º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFABA2 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 162 | - |
| CMYK | 0 | 0.33 | 0.36 | 0 |
| HSL | 5.81º | 1% | 0.82% | - |
| HSV(B) | 5.81º | 0.36% | 1% | - |
| XYZ | 62.32 | 52.99 | 41.13 | - |
| YUV | 195.09 | 109.33 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 162 | 0 | 0.33 | 0.36 | 0 | 5.81 | 1 | 0.82 |
| Hex | FF | AB | A2 | 0 | 21 | 24 | 0 | 6 | 64 | 52 |
| Octal | 377 | 253 | 242 | 0 | 41 | 44 | 0 | 6 | 144 | 122 |
| Binary | 11111111 | 10101011 | 10100010 | 0 | 100001 | 100100 | 0 | 110 | 1100100 | 1010010 |
Color Harmonies of #FFABA2
Complementary color
Monochromatic Colors of #FFABA2
Black with #FFABA2
Text Example
Text Example
White with #FFABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABA2; }
p { color: rgb(255,171,162); }
H1.HeaderClassName
{
color: #FFABA2;
}
.AnyTagClassName
{
color: #FFABA2;
}
</style>
background-color css
<style>
a { background-color: #FFABA2; }
a { background-color: rgb(255,171,162); }
div.DivClassName
{
background-color: #FFABA2;
}
.BgClassName
{
background-color: #FFABA2;
}
</style>
border-color css
<style>
span { border-color: #FFABA2; }
span { border-color: rgb(255,171,162); }
td.TdClassName
{
border-color: #FFABA2;
}
.TagClassName
{
border-color: #FFABA2;
}
</style>