Shades of Rose Bud #FFB295
Tints of Rose Bud #FFB295
RGB
CMYK
RGB Variations
Color information
#FFB295 (or 0xFFB295) is known color: Rose Bud. HEX triplet: FF, B2 and 95. RGB value is (255,178,149). Sum of RGB (Red+Green+Blue) = 255+178+149=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 178 (69.92% from 255 or 30.58% from 582); Blue value is 149 (58.59% from 255 or 25.60% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB295 is #004D6A. Grayscale: #C5C5C5. Windows color (decimal): -19819 or 9810687. OLE color: 9810687.
HSL color Cylindrical-coordinate representation of color #FFB295: hue angle of 16.42º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFB295 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 149 | - |
| CMYK | 0 | 0.30 | 0.42 | 0 |
| HSL | 16.42º | 1% | 0.79% | - |
| HSV(B) | 16.42º | 0.42% | 1% | - |
| XYZ | 62.59 | 55.27 | 35.8 | - |
| YUV | 197.72 | 100.51 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 149 | 0 | 0.30 | 0.42 | 0 | 16.42 | 1 | 0.79 |
| Hex | FF | B2 | 95 | 0 | 1E | 2A | 0 | 10 | 64 | 4F |
| Octal | 377 | 262 | 225 | 0 | 36 | 52 | 0 | 20 | 144 | 117 |
| Binary | 11111111 | 10110010 | 10010101 | 0 | 11110 | 101010 | 0 | 10000 | 1100100 | 1001111 |
Color Harmonies of #FFB295
Complementary color
Monochromatic Colors of #FFB295
Black with #FFB295
Text Example
Text Example
White with #FFB295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB295; }
p { color: rgb(255,178,149); }
H1.HeaderClassName
{
color: #FFB295;
}
.AnyTagClassName
{
color: #FFB295;
}
</style>
background-color css
<style>
a { background-color: #FFB295; }
a { background-color: rgb(255,178,149); }
div.DivClassName
{
background-color: #FFB295;
}
.BgClassName
{
background-color: #FFB295;
}
</style>
border-color css
<style>
span { border-color: #FFB295; }
span { border-color: rgb(255,178,149); }
td.TdClassName
{
border-color: #FFB295;
}
.TagClassName
{
border-color: #FFB295;
}
</style>