Shades of Rose Bud #FFB398
Tints of Rose Bud #FFB398
RGB
CMYK
RGB Variations
Color information
#FFB398 (or 0xFFB398) is known color: Rose Bud. HEX triplet: FF, B3 and 98. RGB value is (255,179,152). Sum of RGB (Red+Green+Blue) = 255+179+152=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 179 (70.31% from 255 or 30.55% from 586); Blue value is 152 (59.77% from 255 or 25.94% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB398 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB398 is #004C67. Grayscale: #C6C6C6. Windows color (decimal): -19560 or 10007551. OLE color: 10007551.
HSL color Cylindrical-coordinate representation of color #FFB398: hue angle of 15.73º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFB398 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 152 | - |
| CMYK | 0 | 0.30 | 0.40 | 0 |
| HSL | 15.73º | 1% | 0.8% | - |
| HSV(B) | 15.73º | 0.4% | 1% | - |
| XYZ | 63.03 | 55.77 | 37.15 | - |
| YUV | 198.65 | 101.68 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 152 | 0 | 0.30 | 0.40 | 0 | 15.73 | 1 | 0.8 |
| Hex | FF | B3 | 98 | 0 | 1E | 28 | 0 | 10 | 64 | 50 |
| Octal | 377 | 263 | 230 | 0 | 36 | 50 | 0 | 20 | 144 | 120 |
| Binary | 11111111 | 10110011 | 10011000 | 0 | 11110 | 101000 | 0 | 10000 | 1100100 | 1010000 |
Color Harmonies of #FFB398
Complementary color
Monochromatic Colors of #FFB398
Black with #FFB398
Text Example
Text Example
White with #FFB398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB398; }
p { color: rgb(255,179,152); }
H1.HeaderClassName
{
color: #FFB398;
}
.AnyTagClassName
{
color: #FFB398;
}
</style>
background-color css
<style>
a { background-color: #FFB398; }
a { background-color: rgb(255,179,152); }
div.DivClassName
{
background-color: #FFB398;
}
.BgClassName
{
background-color: #FFB398;
}
</style>
border-color css
<style>
span { border-color: #FFB398; }
span { border-color: rgb(255,179,152); }
td.TdClassName
{
border-color: #FFB398;
}
.TagClassName
{
border-color: #FFB398;
}
</style>