Shades of Rose Bud #FFA19F
Tints of Rose Bud #FFA19F
RGB
CMYK
RGB Variations
Color information
#FFA19F (or 0xFFA19F) is known color: Rose Bud. HEX triplet: FF, A1 and 9F. RGB value is (255,161,159). Sum of RGB (Red+Green+Blue) = 255+161+159=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 161 (63.28% from 255 or 28% from 575); Blue value is 159 (62.5% from 255 or 27.65% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA19F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA19F is #005E60. Grayscale: #BCBCBC. Windows color (decimal): -24161 or 10461695. OLE color: 10461695.
HSL color Cylindrical-coordinate representation of color #FFA19F: hue angle of 1.25º 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 #FFA19F is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 159 | - |
| CMYK | 0 | 0.37 | 0.38 | 0 |
| HSL | 1.25º | 1% | 0.81% | - |
| HSV(B) | 1.25º | 0.38% | 1% | - |
| XYZ | 60.24 | 49.25 | 39.13 | - |
| YUV | 188.88 | 111.14 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 159 | 0 | 0.37 | 0.38 | 0 | 1.25 | 1 | 0.81 |
| Hex | FF | A1 | 9F | 0 | 25 | 26 | 0 | 1 | 64 | 51 |
| Octal | 377 | 241 | 237 | 0 | 45 | 46 | 0 | 1 | 144 | 121 |
| Binary | 11111111 | 10100001 | 10011111 | 0 | 100101 | 100110 | 0 | 1 | 1100100 | 1010001 |
Color Harmonies of #FFA19F
Complementary color
Monochromatic Colors of #FFA19F
Black with #FFA19F
Text Example
Text Example
White with #FFA19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA19F; }
p { color: rgb(255,161,159); }
H1.HeaderClassName
{
color: #FFA19F;
}
.AnyTagClassName
{
color: #FFA19F;
}
</style>
background-color css
<style>
a { background-color: #FFA19F; }
a { background-color: rgb(255,161,159); }
div.DivClassName
{
background-color: #FFA19F;
}
.BgClassName
{
background-color: #FFA19F;
}
</style>
border-color css
<style>
span { border-color: #FFA19F; }
span { border-color: rgb(255,161,159); }
td.TdClassName
{
border-color: #FFA19F;
}
.TagClassName
{
border-color: #FFA19F;
}
</style>