Shades of Rose Bud #FFB49C
Tints of Rose Bud #FFB49C
RGB
CMYK
RGB Variations
Color information
#FFB49C (or 0xFFB49C) is known color: Rose Bud. HEX triplet: FF, B4 and 9C. RGB value is (255,180,156). Sum of RGB (Red+Green+Blue) = 255+180+156=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 156 (61.33% from 255 or 26.40% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB49C is #004B63. Grayscale: #C7C7C7. Windows color (decimal): -19300 or 10269951. OLE color: 10269951.
HSL color Cylindrical-coordinate representation of color #FFB49C: hue angle of 14.55º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFB49C is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 156 | - |
| CMYK | 0 | 0.29 | 0.39 | 0 |
| HSL | 14.55º | 1% | 0.81% | - |
| HSV(B) | 14.55º | 0.39% | 1% | - |
| XYZ | 63.56 | 56.3 | 38.97 | - |
| YUV | 199.69 | 103.35 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 156 | 0 | 0.29 | 0.39 | 0 | 14.55 | 1 | 0.81 |
| Hex | FF | B4 | 9C | 0 | 1D | 27 | 0 | F | 64 | 51 |
| Octal | 377 | 264 | 234 | 0 | 35 | 47 | 0 | 17 | 144 | 121 |
| Binary | 11111111 | 10110100 | 10011100 | 0 | 11101 | 100111 | 0 | 1111 | 1100100 | 1010001 |
Color Harmonies of #FFB49C
Complementary color
Monochromatic Colors of #FFB49C
Black with #FFB49C
Text Example
Text Example
White with #FFB49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB49C; }
p { color: rgb(255,180,156); }
H1.HeaderClassName
{
color: #FFB49C;
}
.AnyTagClassName
{
color: #FFB49C;
}
</style>
background-color css
<style>
a { background-color: #FFB49C; }
a { background-color: rgb(255,180,156); }
div.DivClassName
{
background-color: #FFB49C;
}
.BgClassName
{
background-color: #FFB49C;
}
</style>
border-color css
<style>
span { border-color: #FFB49C; }
span { border-color: rgb(255,180,156); }
td.TdClassName
{
border-color: #FFB49C;
}
.TagClassName
{
border-color: #FFB49C;
}
</style>