Shades of Rose Bud #FFA49B
Tints of Rose Bud #FFA49B
RGB
CMYK
RGB Variations
Color information
#FFA49B (or 0xFFA49B) is known color: Rose Bud. HEX triplet: FF, A4 and 9B. RGB value is (255,164,155). Sum of RGB (Red+Green+Blue) = 255+164+155=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 164 (64.45% from 255 or 28.57% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA49B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA49B is #005B64. Grayscale: #BEBEBE. Windows color (decimal): -23397 or 10200319. OLE color: 10200319.
HSL color Cylindrical-coordinate representation of color #FFA49B: hue angle of 5.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFA49B is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 155 | - |
| CMYK | 0 | 0.36 | 0.39 | 0 |
| HSL | 5.4º | 1% | 0.8% | - |
| HSV(B) | 5.4º | 0.39% | 1% | - |
| XYZ | 60.43 | 50.18 | 37.51 | - |
| YUV | 190.18 | 108.15 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 155 | 0 | 0.36 | 0.39 | 0 | 5.4 | 1 | 0.8 |
| Hex | FF | A4 | 9B | 0 | 24 | 27 | 0 | 5 | 64 | 50 |
| Octal | 377 | 244 | 233 | 0 | 44 | 47 | 0 | 5 | 144 | 120 |
| Binary | 11111111 | 10100100 | 10011011 | 0 | 100100 | 100111 | 0 | 101 | 1100100 | 1010000 |
Color Harmonies of #FFA49B
Complementary color
Monochromatic Colors of #FFA49B
Black with #FFA49B
Text Example
Text Example
White with #FFA49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA49B; }
p { color: rgb(255,164,155); }
H1.HeaderClassName
{
color: #FFA49B;
}
.AnyTagClassName
{
color: #FFA49B;
}
</style>
background-color css
<style>
a { background-color: #FFA49B; }
a { background-color: rgb(255,164,155); }
div.DivClassName
{
background-color: #FFA49B;
}
.BgClassName
{
background-color: #FFA49B;
}
</style>
border-color css
<style>
span { border-color: #FFA49B; }
span { border-color: rgb(255,164,155); }
td.TdClassName
{
border-color: #FFA49B;
}
.TagClassName
{
border-color: #FFA49B;
}
</style>