Shades of Rose Bud #FFB49A
Tints of Rose Bud #FFB49A
RGB
CMYK
RGB Variations
Color information
#FFB49A (or 0xFFB49A) is known color: Rose Bud. HEX triplet: FF, B4 and 9A. RGB value is (255,180,154). Sum of RGB (Red+Green+Blue) = 255+180+154=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 154 (60.55% from 255 or 26.15% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB49A is #004B65. Grayscale: #C7C7C7. Windows color (decimal): -19302 or 10138879. OLE color: 10138879.
HSL color Cylindrical-coordinate representation of color #FFB49A: hue angle of 15.45º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFB49A is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 154 | - |
| CMYK | 0 | 0.29 | 0.40 | 0 |
| HSL | 15.45º | 1% | 0.8% | - |
| HSV(B) | 15.45º | 0.4% | 1% | - |
| XYZ | 63.39 | 56.24 | 38.09 | - |
| YUV | 199.46 | 102.35 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 154 | 0 | 0.29 | 0.40 | 0 | 15.45 | 1 | 0.8 |
| Hex | FF | B4 | 9A | 0 | 1D | 28 | 0 | F | 64 | 50 |
| Octal | 377 | 264 | 232 | 0 | 35 | 50 | 0 | 17 | 144 | 120 |
| Binary | 11111111 | 10110100 | 10011010 | 0 | 11101 | 101000 | 0 | 1111 | 1100100 | 1010000 |
Color Harmonies of #FFB49A
Complementary color
Monochromatic Colors of #FFB49A
Black with #FFB49A
Text Example
Text Example
White with #FFB49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB49A; }
p { color: rgb(255,180,154); }
H1.HeaderClassName
{
color: #FFB49A;
}
.AnyTagClassName
{
color: #FFB49A;
}
</style>
background-color css
<style>
a { background-color: #FFB49A; }
a { background-color: rgb(255,180,154); }
div.DivClassName
{
background-color: #FFB49A;
}
.BgClassName
{
background-color: #FFB49A;
}
</style>
border-color css
<style>
span { border-color: #FFB49A; }
span { border-color: rgb(255,180,154); }
td.TdClassName
{
border-color: #FFB49A;
}
.TagClassName
{
border-color: #FFB49A;
}
</style>