Shades of Rose Bud #FFB297
Tints of Rose Bud #FFB297
RGB
CMYK
RGB Variations
Color information
#FFB297 (or 0xFFB297) is known color: Rose Bud. HEX triplet: FF, B2 and 97. RGB value is (255,178,151). Sum of RGB (Red+Green+Blue) = 255+178+151=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 178 (69.92% from 255 or 30.48% from 584); Blue value is 151 (59.38% from 255 or 25.86% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB297 is #004D68. Grayscale: #C6C6C6. Windows color (decimal): -19817 or 9941759. OLE color: 9941759.
HSL color Cylindrical-coordinate representation of color #FFB297: hue angle of 15.58º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFB297 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 151 | - |
| CMYK | 0 | 0.30 | 0.41 | 0 |
| HSL | 15.58º | 1% | 0.8% | - |
| HSV(B) | 15.58º | 0.41% | 1% | - |
| XYZ | 62.75 | 55.34 | 36.65 | - |
| YUV | 197.95 | 101.51 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 151 | 0 | 0.30 | 0.41 | 0 | 15.58 | 1 | 0.8 |
| Hex | FF | B2 | 97 | 0 | 1E | 29 | 0 | 10 | 64 | 50 |
| Octal | 377 | 262 | 227 | 0 | 36 | 51 | 0 | 20 | 144 | 120 |
| Binary | 11111111 | 10110010 | 10010111 | 0 | 11110 | 101001 | 0 | 10000 | 1100100 | 1010000 |
Color Harmonies of #FFB297
Complementary color
Monochromatic Colors of #FFB297
Black with #FFB297
Text Example
Text Example
White with #FFB297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB297; }
p { color: rgb(255,178,151); }
H1.HeaderClassName
{
color: #FFB297;
}
.AnyTagClassName
{
color: #FFB297;
}
</style>
background-color css
<style>
a { background-color: #FFB297; }
a { background-color: rgb(255,178,151); }
div.DivClassName
{
background-color: #FFB297;
}
.BgClassName
{
background-color: #FFB297;
}
</style>
border-color css
<style>
span { border-color: #FFB297; }
span { border-color: rgb(255,178,151); }
td.TdClassName
{
border-color: #FFB297;
}
.TagClassName
{
border-color: #FFB297;
}
</style>