Shades of Rose Bud #FFB399
Tints of Rose Bud #FFB399
RGB
CMYK
RGB Variations
Color information
#FFB399 (or 0xFFB399) is known color: Rose Bud. HEX triplet: FF, B3 and 99. RGB value is (255,179,153). Sum of RGB (Red+Green+Blue) = 255+179+153=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 153 (60.16% from 255 or 26.06% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB399 is #004C66. Grayscale: #C6C6C6. Windows color (decimal): -19559 or 10073087. OLE color: 10073087.
HSL color Cylindrical-coordinate representation of color #FFB399: hue angle of 15.29º 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 #FFB399 is Cyan = 0, Magento = 0.30, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 153 | - |
| CMYK | 0 | 0.30 | 0.4 | 0 |
| HSL | 15.29º | 1% | 0.8% | - |
| HSV(B) | 15.29º | 0.4% | 1% | - |
| XYZ | 63.11 | 55.8 | 37.58 | - |
| YUV | 198.76 | 102.18 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 153 | 0 | 0.30 | 0.4 | 0 | 15.29 | 1 | 0.8 |
| Hex | FF | B3 | 99 | 0 | 1E | 28 | 0 | F | 64 | 50 |
| Octal | 377 | 263 | 231 | 0 | 36 | 50 | 0 | 17 | 144 | 120 |
| Binary | 11111111 | 10110011 | 10011001 | 0 | 11110 | 101000 | 0 | 1111 | 1100100 | 1010000 |
Color Harmonies of #FFB399
Complementary color
Monochromatic Colors of #FFB399
Black with #FFB399
Text Example
Text Example
White with #FFB399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB399; }
p { color: rgb(255,179,153); }
H1.HeaderClassName
{
color: #FFB399;
}
.AnyTagClassName
{
color: #FFB399;
}
</style>
background-color css
<style>
a { background-color: #FFB399; }
a { background-color: rgb(255,179,153); }
div.DivClassName
{
background-color: #FFB399;
}
.BgClassName
{
background-color: #FFB399;
}
</style>
border-color css
<style>
span { border-color: #FFB399; }
span { border-color: rgb(255,179,153); }
td.TdClassName
{
border-color: #FFB399;
}
.TagClassName
{
border-color: #FFB399;
}
</style>