Shades of Rose Bud #FFB39E
Tints of Rose Bud #FFB39E
RGB
CMYK
RGB Variations
Color information
#FFB39E (or 0xFFB39E) is known color: Rose Bud. HEX triplet: FF, B3 and 9E. RGB value is (255,179,158). Sum of RGB (Red+Green+Blue) = 255+179+158=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 179 (70.31% from 255 or 30.24% from 592); Blue value is 158 (62.11% from 255 or 26.69% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB39E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB39E is #004C61. Grayscale: #C7C7C7. Windows color (decimal): -19554 or 10400767. OLE color: 10400767.
HSL color Cylindrical-coordinate representation of color #FFB39E: hue angle of 12.99º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFB39E is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 158 | - |
| CMYK | 0 | 0.30 | 0.38 | 0 |
| HSL | 12.99º | 1% | 0.81% | - |
| HSV(B) | 12.99º | 0.38% | 1% | - |
| XYZ | 63.53 | 55.97 | 39.8 | - |
| YUV | 199.33 | 104.68 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 158 | 0 | 0.30 | 0.38 | 0 | 12.99 | 1 | 0.81 |
| Hex | FF | B3 | 9E | 0 | 1E | 26 | 0 | D | 64 | 51 |
| Octal | 377 | 263 | 236 | 0 | 36 | 46 | 0 | 15 | 144 | 121 |
| Binary | 11111111 | 10110011 | 10011110 | 0 | 11110 | 100110 | 0 | 1101 | 1100100 | 1010001 |
Color Harmonies of #FFB39E
Complementary color
Monochromatic Colors of #FFB39E
Black with #FFB39E
Text Example
Text Example
White with #FFB39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB39E; }
p { color: rgb(255,179,158); }
H1.HeaderClassName
{
color: #FFB39E;
}
.AnyTagClassName
{
color: #FFB39E;
}
</style>
background-color css
<style>
a { background-color: #FFB39E; }
a { background-color: rgb(255,179,158); }
div.DivClassName
{
background-color: #FFB39E;
}
.BgClassName
{
background-color: #FFB39E;
}
</style>
border-color css
<style>
span { border-color: #FFB39E; }
span { border-color: rgb(255,179,158); }
td.TdClassName
{
border-color: #FFB39E;
}
.TagClassName
{
border-color: #FFB39E;
}
</style>