Shades of Rose Bud #FFB59F
Tints of Rose Bud #FFB59F
RGB
CMYK
RGB Variations
Color information
#FFB59F (or 0xFFB59F) is known color: Rose Bud. HEX triplet: FF, B5 and 9F. RGB value is (255,181,159). Sum of RGB (Red+Green+Blue) = 255+181+159=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 181 (71.09% from 255 or 30.42% from 595); Blue value is 159 (62.5% from 255 or 26.72% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB59F is #004A60. Grayscale: #C8C8C8. Windows color (decimal): -19041 or 10466815. OLE color: 10466815.
HSL color Cylindrical-coordinate representation of color #FFB59F: hue angle of 13.75º 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 #FFB59F is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 159 | - |
| CMYK | 0 | 0.29 | 0.38 | 0 |
| HSL | 13.75º | 1% | 0.81% | - |
| HSV(B) | 13.75º | 0.38% | 1% | - |
| XYZ | 64.02 | 56.81 | 40.39 | - |
| YUV | 200.62 | 104.52 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 159 | 0 | 0.29 | 0.38 | 0 | 13.75 | 1 | 0.81 |
| Hex | FF | B5 | 9F | 0 | 1D | 26 | 0 | E | 64 | 51 |
| Octal | 377 | 265 | 237 | 0 | 35 | 46 | 0 | 16 | 144 | 121 |
| Binary | 11111111 | 10110101 | 10011111 | 0 | 11101 | 100110 | 0 | 1110 | 1100100 | 1010001 |
Color Harmonies of #FFB59F
Complementary color
Monochromatic Colors of #FFB59F
Black with #FFB59F
Text Example
Text Example
White with #FFB59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB59F; }
p { color: rgb(255,181,159); }
H1.HeaderClassName
{
color: #FFB59F;
}
.AnyTagClassName
{
color: #FFB59F;
}
</style>
background-color css
<style>
a { background-color: #FFB59F; }
a { background-color: rgb(255,181,159); }
div.DivClassName
{
background-color: #FFB59F;
}
.BgClassName
{
background-color: #FFB59F;
}
</style>
border-color css
<style>
span { border-color: #FFB59F; }
span { border-color: rgb(255,181,159); }
td.TdClassName
{
border-color: #FFB59F;
}
.TagClassName
{
border-color: #FFB59F;
}
</style>