Shades of Rose Bud #FFA19C
Tints of Rose Bud #FFA19C
RGB
CMYK
RGB Variations
Color information
#FFA19C (or 0xFFA19C) is known color: Rose Bud. HEX triplet: FF, A1 and 9C. RGB value is (255,161,156). Sum of RGB (Red+Green+Blue) = 255+161+156=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 161 (63.28% from 255 or 28.15% from 572); Blue value is 156 (61.33% from 255 or 27.27% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA19C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA19C is #005E63. Grayscale: #BCBCBC. Windows color (decimal): -24164 or 10265087. OLE color: 10265087.
HSL color Cylindrical-coordinate representation of color #FFA19C: hue angle of 3.03º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFA19C is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 156 | - |
| CMYK | 0 | 0.37 | 0.39 | 0 |
| HSL | 3.03º | 1% | 0.81% | - |
| HSV(B) | 3.03º | 0.39% | 1% | - |
| XYZ | 59.99 | 49.15 | 37.78 | - |
| YUV | 188.54 | 109.64 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 156 | 0 | 0.37 | 0.39 | 0 | 3.03 | 1 | 0.81 |
| Hex | FF | A1 | 9C | 0 | 25 | 27 | 0 | 3 | 64 | 51 |
| Octal | 377 | 241 | 234 | 0 | 45 | 47 | 0 | 3 | 144 | 121 |
| Binary | 11111111 | 10100001 | 10011100 | 0 | 100101 | 100111 | 0 | 11 | 1100100 | 1010001 |
Color Harmonies of #FFA19C
Complementary color
Monochromatic Colors of #FFA19C
Black with #FFA19C
Text Example
Text Example
White with #FFA19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA19C; }
p { color: rgb(255,161,156); }
H1.HeaderClassName
{
color: #FFA19C;
}
.AnyTagClassName
{
color: #FFA19C;
}
</style>
background-color css
<style>
a { background-color: #FFA19C; }
a { background-color: rgb(255,161,156); }
div.DivClassName
{
background-color: #FFA19C;
}
.BgClassName
{
background-color: #FFA19C;
}
</style>
border-color css
<style>
span { border-color: #FFA19C; }
span { border-color: rgb(255,161,156); }
td.TdClassName
{
border-color: #FFA19C;
}
.TagClassName
{
border-color: #FFA19C;
}
</style>