Shades of Rose Bud #FFB49D
Tints of Rose Bud #FFB49D
RGB
CMYK
RGB Variations
Color information
#FFB49D (or 0xFFB49D) is known color: Rose Bud. HEX triplet: FF, B4 and 9D. RGB value is (255,180,157). Sum of RGB (Red+Green+Blue) = 255+180+157=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 180 (70.70% from 255 or 30.41% from 592); Blue value is 157 (61.72% from 255 or 26.52% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB49D is #004B62. Grayscale: #C7C7C7. Windows color (decimal): -19299 or 10335487. OLE color: 10335487.
HSL color Cylindrical-coordinate representation of color #FFB49D: hue angle of 14.08º 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 #FFB49D is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 157 | - |
| CMYK | 0 | 0.29 | 0.38 | 0 |
| HSL | 14.08º | 1% | 0.81% | - |
| HSV(B) | 14.08º | 0.38% | 1% | - |
| XYZ | 63.65 | 56.34 | 39.42 | - |
| YUV | 199.8 | 103.85 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 157 | 0 | 0.29 | 0.38 | 0 | 14.08 | 1 | 0.81 |
| Hex | FF | B4 | 9D | 0 | 1D | 26 | 0 | E | 64 | 51 |
| Octal | 377 | 264 | 235 | 0 | 35 | 46 | 0 | 16 | 144 | 121 |
| Binary | 11111111 | 10110100 | 10011101 | 0 | 11101 | 100110 | 0 | 1110 | 1100100 | 1010001 |
Color Harmonies of #FFB49D
Complementary color
Monochromatic Colors of #FFB49D
Black with #FFB49D
Text Example
Text Example
White with #FFB49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB49D; }
p { color: rgb(255,180,157); }
H1.HeaderClassName
{
color: #FFB49D;
}
.AnyTagClassName
{
color: #FFB49D;
}
</style>
background-color css
<style>
a { background-color: #FFB49D; }
a { background-color: rgb(255,180,157); }
div.DivClassName
{
background-color: #FFB49D;
}
.BgClassName
{
background-color: #FFB49D;
}
</style>
border-color css
<style>
span { border-color: #FFB49D; }
span { border-color: rgb(255,180,157); }
td.TdClassName
{
border-color: #FFB49D;
}
.TagClassName
{
border-color: #FFB49D;
}
</style>