Shades of Rose Bud #FFB49F
Tints of Rose Bud #FFB49F
RGB
CMYK
RGB Variations
Color information
#FFB49F (or 0xFFB49F) is known color: Rose Bud. HEX triplet: FF, B4 and 9F. RGB value is (255,180,159). Sum of RGB (Red+Green+Blue) = 255+180+159=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 159 (62.5% from 255 or 26.77% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB49F is #004B60. Grayscale: #C8C8C8. Windows color (decimal): -19297 or 10466559. OLE color: 10466559.
HSL color Cylindrical-coordinate representation of color #FFB49F: hue angle of 13.12º 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 #FFB49F is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 159 | - |
| CMYK | 0 | 0.29 | 0.38 | 0 |
| HSL | 13.13º | 1% | 0.81% | - |
| HSV(B) | 13.13º | 0.38% | 1% | - |
| XYZ | 63.82 | 56.41 | 40.32 | - |
| YUV | 200.03 | 104.85 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 159 | 0 | 0.29 | 0.38 | 0 | 13.13 | 1 | 0.81 |
| Hex | FF | B4 | 9F | 0 | 1D | 26 | 0 | D | 64 | 51 |
| Octal | 377 | 264 | 237 | 0 | 35 | 46 | 0 | 15 | 144 | 121 |
| Binary | 11111111 | 10110100 | 10011111 | 0 | 11101 | 100110 | 0 | 1101 | 1100100 | 1010001 |
Color Harmonies of #FFB49F
Complementary color
Monochromatic Colors of #FFB49F
Black with #FFB49F
Text Example
Text Example
White with #FFB49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB49F; }
p { color: rgb(255,180,159); }
H1.HeaderClassName
{
color: #FFB49F;
}
.AnyTagClassName
{
color: #FFB49F;
}
</style>
background-color css
<style>
a { background-color: #FFB49F; }
a { background-color: rgb(255,180,159); }
div.DivClassName
{
background-color: #FFB49F;
}
.BgClassName
{
background-color: #FFB49F;
}
</style>
border-color css
<style>
span { border-color: #FFB49F; }
span { border-color: rgb(255,180,159); }
td.TdClassName
{
border-color: #FFB49F;
}
.TagClassName
{
border-color: #FFB49F;
}
</style>