Shades of Rose Bud #FFB096
Tints of Rose Bud #FFB096
RGB
CMYK
RGB Variations
Color information
#FFB096 (or 0xFFB096) is known color: Rose Bud. HEX triplet: FF, B0 and 96. RGB value is (255,176,150). Sum of RGB (Red+Green+Blue) = 255+176+150=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 150 (58.98% from 255 or 25.82% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB096 is #004F69. Grayscale: #C4C4C4. Windows color (decimal): -20330 or 9875711. OLE color: 9875711.
HSL color Cylindrical-coordinate representation of color #FFB096: hue angle of 14.86º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFB096 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 150 | - |
| CMYK | 0 | 0.31 | 0.41 | 0 |
| HSL | 14.86º | 1% | 0.79% | - |
| HSV(B) | 14.86º | 0.41% | 1% | - |
| XYZ | 62.27 | 54.51 | 36.09 | - |
| YUV | 196.66 | 101.67 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 150 | 0 | 0.31 | 0.41 | 0 | 14.86 | 1 | 0.79 |
| Hex | FF | B0 | 96 | 0 | 1F | 29 | 0 | F | 64 | 4F |
| Octal | 377 | 260 | 226 | 0 | 37 | 51 | 0 | 17 | 144 | 117 |
| Binary | 11111111 | 10110000 | 10010110 | 0 | 11111 | 101001 | 0 | 1111 | 1100100 | 1001111 |
Color Harmonies of #FFB096
Complementary color
Monochromatic Colors of #FFB096
Black with #FFB096
Text Example
Text Example
White with #FFB096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB096; }
p { color: rgb(255,176,150); }
H1.HeaderClassName
{
color: #FFB096;
}
.AnyTagClassName
{
color: #FFB096;
}
</style>
background-color css
<style>
a { background-color: #FFB096; }
a { background-color: rgb(255,176,150); }
div.DivClassName
{
background-color: #FFB096;
}
.BgClassName
{
background-color: #FFB096;
}
</style>
border-color css
<style>
span { border-color: #FFB096; }
span { border-color: rgb(255,176,150); }
td.TdClassName
{
border-color: #FFB096;
}
.TagClassName
{
border-color: #FFB096;
}
</style>