Shades of Rose Bud #FFB49E
Tints of Rose Bud #FFB49E
RGB
CMYK
RGB Variations
Color information
#FFB49E (or 0xFFB49E) is known color: Rose Bud. HEX triplet: FF, B4 and 9E. RGB value is (255,180,158). Sum of RGB (Red+Green+Blue) = 255+180+158=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 158 (62.11% from 255 or 26.64% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB49E is #004B61. Grayscale: #C8C8C8. Windows color (decimal): -19298 or 10401023. OLE color: 10401023.
HSL color Cylindrical-coordinate representation of color #FFB49E: hue angle of 13.61º 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 #FFB49E is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 158 | - |
| CMYK | 0 | 0.29 | 0.38 | 0 |
| HSL | 13.61º | 1% | 0.81% | - |
| HSV(B) | 13.61º | 0.38% | 1% | - |
| XYZ | 63.73 | 56.37 | 39.87 | - |
| YUV | 199.92 | 104.35 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 158 | 0 | 0.29 | 0.38 | 0 | 13.61 | 1 | 0.81 |
| Hex | FF | B4 | 9E | 0 | 1D | 26 | 0 | E | 64 | 51 |
| Octal | 377 | 264 | 236 | 0 | 35 | 46 | 0 | 16 | 144 | 121 |
| Binary | 11111111 | 10110100 | 10011110 | 0 | 11101 | 100110 | 0 | 1110 | 1100100 | 1010001 |
Color Harmonies of #FFB49E
Complementary color
Monochromatic Colors of #FFB49E
Black with #FFB49E
Text Example
Text Example
White with #FFB49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB49E; }
p { color: rgb(255,180,158); }
H1.HeaderClassName
{
color: #FFB49E;
}
.AnyTagClassName
{
color: #FFB49E;
}
</style>
background-color css
<style>
a { background-color: #FFB49E; }
a { background-color: rgb(255,180,158); }
div.DivClassName
{
background-color: #FFB49E;
}
.BgClassName
{
background-color: #FFB49E;
}
</style>
border-color css
<style>
span { border-color: #FFB49E; }
span { border-color: rgb(255,180,158); }
td.TdClassName
{
border-color: #FFB49E;
}
.TagClassName
{
border-color: #FFB49E;
}
</style>