Shades of Rose Bud #FFA49C
Tints of Rose Bud #FFA49C
RGB
CMYK
RGB Variations
Color information
#FFA49C (or 0xFFA49C) is known color: Rose Bud. HEX triplet: FF, A4 and 9C. RGB value is (255,164,156). Sum of RGB (Red+Green+Blue) = 255+164+156=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 164 (64.45% from 255 or 28.52% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA49C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA49C is #005B63. Grayscale: #BEBEBE. Windows color (decimal): -23396 or 10265855. OLE color: 10265855.
HSL color Cylindrical-coordinate representation of color #FFA49C: hue angle of 4.85º 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 #FFA49C is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 156 | - |
| CMYK | 0 | 0.36 | 0.39 | 0 |
| HSL | 4.85º | 1% | 0.81% | - |
| HSV(B) | 4.85º | 0.39% | 1% | - |
| XYZ | 60.52 | 50.21 | 37.95 | - |
| YUV | 190.3 | 108.65 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 156 | 0 | 0.36 | 0.39 | 0 | 4.85 | 1 | 0.81 |
| Hex | FF | A4 | 9C | 0 | 24 | 27 | 0 | 5 | 64 | 51 |
| Octal | 377 | 244 | 234 | 0 | 44 | 47 | 0 | 5 | 144 | 121 |
| Binary | 11111111 | 10100100 | 10011100 | 0 | 100100 | 100111 | 0 | 101 | 1100100 | 1010001 |
Color Harmonies of #FFA49C
Complementary color
Monochromatic Colors of #FFA49C
Black with #FFA49C
Text Example
Text Example
White with #FFA49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA49C; }
p { color: rgb(255,164,156); }
H1.HeaderClassName
{
color: #FFA49C;
}
.AnyTagClassName
{
color: #FFA49C;
}
</style>
background-color css
<style>
a { background-color: #FFA49C; }
a { background-color: rgb(255,164,156); }
div.DivClassName
{
background-color: #FFA49C;
}
.BgClassName
{
background-color: #FFA49C;
}
</style>
border-color css
<style>
span { border-color: #FFA49C; }
span { border-color: rgb(255,164,156); }
td.TdClassName
{
border-color: #FFA49C;
}
.TagClassName
{
border-color: #FFA49C;
}
</style>