Shades of Rose Bud #FFA39A
Tints of Rose Bud #FFA39A
RGB
CMYK
RGB Variations
Color information
#FFA39A (or 0xFFA39A) is known color: Rose Bud. HEX triplet: FF, A3 and 9A. RGB value is (255,163,154). Sum of RGB (Red+Green+Blue) = 255+163+154=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 163 (64.06% from 255 or 28.50% from 572); Blue value is 154 (60.55% from 255 or 26.92% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA39A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA39A is #005C65. Grayscale: #BDBDBD. Windows color (decimal): -23654 or 10134527. OLE color: 10134527.
HSL color Cylindrical-coordinate representation of color #FFA39A: hue angle of 5.35º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFA39A is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 154 | - |
| CMYK | 0 | 0.36 | 0.40 | 0 |
| HSL | 5.35º | 1% | 0.8% | - |
| HSV(B) | 5.35º | 0.4% | 1% | - |
| XYZ | 60.17 | 49.79 | 37.01 | - |
| YUV | 189.48 | 107.98 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 154 | 0 | 0.36 | 0.40 | 0 | 5.35 | 1 | 0.8 |
| Hex | FF | A3 | 9A | 0 | 24 | 28 | 0 | 5 | 64 | 50 |
| Octal | 377 | 243 | 232 | 0 | 44 | 50 | 0 | 5 | 144 | 120 |
| Binary | 11111111 | 10100011 | 10011010 | 0 | 100100 | 101000 | 0 | 101 | 1100100 | 1010000 |
Color Harmonies of #FFA39A
Complementary color
Monochromatic Colors of #FFA39A
Black with #FFA39A
Text Example
Text Example
White with #FFA39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA39A; }
p { color: rgb(255,163,154); }
H1.HeaderClassName
{
color: #FFA39A;
}
.AnyTagClassName
{
color: #FFA39A;
}
</style>
background-color css
<style>
a { background-color: #FFA39A; }
a { background-color: rgb(255,163,154); }
div.DivClassName
{
background-color: #FFA39A;
}
.BgClassName
{
background-color: #FFA39A;
}
</style>
border-color css
<style>
span { border-color: #FFA39A; }
span { border-color: rgb(255,163,154); }
td.TdClassName
{
border-color: #FFA39A;
}
.TagClassName
{
border-color: #FFA39A;
}
</style>