Shades of Rose Bud #FFA19D
Tints of Rose Bud #FFA19D
RGB
CMYK
RGB Variations
Color information
#FFA19D (or 0xFFA19D) is known color: Rose Bud. HEX triplet: FF, A1 and 9D. RGB value is (255,161,157). Sum of RGB (Red+Green+Blue) = 255+161+157=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 161 (63.28% from 255 or 28.10% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA19D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA19D is #005E62. Grayscale: #BCBCBC. Windows color (decimal): -24163 or 10330623. OLE color: 10330623.
HSL color Cylindrical-coordinate representation of color #FFA19D: hue angle of 2.45º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFA19D is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 157 | - |
| CMYK | 0 | 0.37 | 0.38 | 0 |
| HSL | 2.45º | 1% | 0.81% | - |
| HSV(B) | 2.45º | 0.38% | 1% | - |
| XYZ | 60.07 | 49.18 | 38.23 | - |
| YUV | 188.65 | 110.14 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 157 | 0 | 0.37 | 0.38 | 0 | 2.45 | 1 | 0.81 |
| Hex | FF | A1 | 9D | 0 | 25 | 26 | 0 | 2 | 64 | 51 |
| Octal | 377 | 241 | 235 | 0 | 45 | 46 | 0 | 2 | 144 | 121 |
| Binary | 11111111 | 10100001 | 10011101 | 0 | 100101 | 100110 | 0 | 10 | 1100100 | 1010001 |
Color Harmonies of #FFA19D
Complementary color
Monochromatic Colors of #FFA19D
Black with #FFA19D
Text Example
Text Example
White with #FFA19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA19D; }
p { color: rgb(255,161,157); }
H1.HeaderClassName
{
color: #FFA19D;
}
.AnyTagClassName
{
color: #FFA19D;
}
</style>
background-color css
<style>
a { background-color: #FFA19D; }
a { background-color: rgb(255,161,157); }
div.DivClassName
{
background-color: #FFA19D;
}
.BgClassName
{
background-color: #FFA19D;
}
</style>
border-color css
<style>
span { border-color: #FFA19D; }
span { border-color: rgb(255,161,157); }
td.TdClassName
{
border-color: #FFA19D;
}
.TagClassName
{
border-color: #FFA19D;
}
</style>