Shades of Rose Bud #FBA695
Tints of Rose Bud #FBA695
RGB
CMYK
RGB Variations
Color information
#FBA695 (or 0xFBA695) is known color: Rose Bud. HEX triplet: FB, A6 and 95. RGB value is (251,166,149). Sum of RGB (Red+Green+Blue) = 251+166+149=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA695 is #04596A. Grayscale: #BDBDBD. Windows color (decimal): -285035 or 9807611. OLE color: 9807611.
HSL color Cylindrical-coordinate representation of color #FBA695: hue angle of 10º 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 #FBA695 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 149 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.02 |
| HSL | 10º | 0.93% | 0.78% | - |
| HSV(B) | 10º | 0.41% | 0.98% | - |
| XYZ | 58.84 | 49.95 | 34.97 | - |
| YUV | 189.48 | 105.16 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 149 | 0 | 0.34 | 0.41 | 0.02 | 10 | 0.93 | 0.78 |
| Hex | FB | A6 | 95 | 0 | 22 | 29 | 2 | A | 5D | 4E |
| Octal | 373 | 246 | 225 | 0 | 42 | 51 | 2 | 12 | 135 | 116 |
| Binary | 11111011 | 10100110 | 10010101 | 0 | 100010 | 101001 | 10 | 1010 | 1011101 | 1001110 |
Color Harmonies of #FBA695
Complementary color
Monochromatic Colors of #FBA695
Black with #FBA695
Text Example
Text Example
White with #FBA695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA695; }
p { color: rgb(251,166,149); }
H1.HeaderClassName
{
color: #FBA695;
}
.AnyTagClassName
{
color: #FBA695;
}
</style>
background-color css
<style>
a { background-color: #FBA695; }
a { background-color: rgb(251,166,149); }
div.DivClassName
{
background-color: #FBA695;
}
.BgClassName
{
background-color: #FBA695;
}
</style>
border-color css
<style>
span { border-color: #FBA695; }
span { border-color: rgb(251,166,149); }
td.TdClassName
{
border-color: #FBA695;
}
.TagClassName
{
border-color: #FBA695;
}
</style>