Shades of Rose Bud #FBB095
Tints of Rose Bud #FBB095
RGB
CMYK
RGB Variations
Color information
#FBB095 (or 0xFBB095) is known color: Rose Bud. HEX triplet: FB, B0 and 95. RGB value is (251,176,149). Sum of RGB (Red+Green+Blue) = 251+176+149=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 149 (58.59% from 255 or 25.87% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB095 is #044F6A. Grayscale: #C3C3C3. Windows color (decimal): -282475 or 9810171. OLE color: 9810171.
HSL color Cylindrical-coordinate representation of color #FBB095: hue angle of 15.88º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FBB095 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 176 | 149 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.02 |
| HSL | 15.88º | 0.93% | 0.78% | - |
| HSV(B) | 15.88º | 0.41% | 0.98% | - |
| XYZ | 60.73 | 53.73 | 35.6 | - |
| YUV | 195.35 | 101.85 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 176 | 149 | 0 | 0.30 | 0.41 | 0.02 | 15.88 | 0.93 | 0.78 |
| Hex | FB | B0 | 95 | 0 | 1E | 29 | 2 | 10 | 5D | 4E |
| Octal | 373 | 260 | 225 | 0 | 36 | 51 | 2 | 20 | 135 | 116 |
| Binary | 11111011 | 10110000 | 10010101 | 0 | 11110 | 101001 | 10 | 10000 | 1011101 | 1001110 |
Color Harmonies of #FBB095
Complementary color
Monochromatic Colors of #FBB095
Black with #FBB095
Text Example
Text Example
White with #FBB095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB095; }
p { color: rgb(251,176,149); }
H1.HeaderClassName
{
color: #FBB095;
}
.AnyTagClassName
{
color: #FBB095;
}
</style>
background-color css
<style>
a { background-color: #FBB095; }
a { background-color: rgb(251,176,149); }
div.DivClassName
{
background-color: #FBB095;
}
.BgClassName
{
background-color: #FBB095;
}
</style>
border-color css
<style>
span { border-color: #FBB095; }
span { border-color: rgb(251,176,149); }
td.TdClassName
{
border-color: #FBB095;
}
.TagClassName
{
border-color: #FBB095;
}
</style>