Shades of Rose Bud #FFA8A1
Tints of Rose Bud #FFA8A1
RGB
CMYK
RGB Variations
Color information
#FFA8A1 (or 0xFFA8A1) is known color: Rose Bud. HEX triplet: FF, A8 and A1. RGB value is (255,168,161). Sum of RGB (Red+Green+Blue) = 255+168+161=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 168 (66.02% from 255 or 28.77% from 584); Blue value is 161 (63.28% from 255 or 27.57% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA8A1 is #00575E. Grayscale: #C1C1C1. Windows color (decimal): -22367 or 10594559. OLE color: 10594559.
HSL color Cylindrical-coordinate representation of color #FFA8A1: hue angle of 4.47º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA8A1 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 161 | - |
| CMYK | 0 | 0.34 | 0.37 | 0 |
| HSL | 4.47º | 1% | 0.82% | - |
| HSV(B) | 4.47º | 0.37% | 1% | - |
| XYZ | 61.68 | 51.84 | 40.47 | - |
| YUV | 193.22 | 109.82 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 161 | 0 | 0.34 | 0.37 | 0 | 4.47 | 1 | 0.82 |
| Hex | FF | A8 | A1 | 0 | 22 | 25 | 0 | 4 | 64 | 52 |
| Octal | 377 | 250 | 241 | 0 | 42 | 45 | 0 | 4 | 144 | 122 |
| Binary | 11111111 | 10101000 | 10100001 | 0 | 100010 | 100101 | 0 | 100 | 1100100 | 1010010 |
Color Harmonies of #FFA8A1
Complementary color
Monochromatic Colors of #FFA8A1
Black with #FFA8A1
Text Example
Text Example
White with #FFA8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8A1; }
p { color: rgb(255,168,161); }
H1.HeaderClassName
{
color: #FFA8A1;
}
.AnyTagClassName
{
color: #FFA8A1;
}
</style>
background-color css
<style>
a { background-color: #FFA8A1; }
a { background-color: rgb(255,168,161); }
div.DivClassName
{
background-color: #FFA8A1;
}
.BgClassName
{
background-color: #FFA8A1;
}
</style>
border-color css
<style>
span { border-color: #FFA8A1; }
span { border-color: rgb(255,168,161); }
td.TdClassName
{
border-color: #FFA8A1;
}
.TagClassName
{
border-color: #FFA8A1;
}
</style>