Shades of Rose Bud #FFB29E
Tints of Rose Bud #FFB29E
RGB
CMYK
RGB Variations
Color information
#FFB29E (or 0xFFB29E) is known color: Rose Bud. HEX triplet: FF, B2 and 9E. RGB value is (255,178,158). Sum of RGB (Red+Green+Blue) = 255+178+158=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 178 (69.92% from 255 or 30.12% from 591); Blue value is 158 (62.11% from 255 or 26.73% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB29E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB29E is #004D61. Grayscale: #C6C6C6. Windows color (decimal): -19810 or 10400511. OLE color: 10400511.
HSL color Cylindrical-coordinate representation of color #FFB29E: hue angle of 12.37º 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 #FFB29E is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 158 | - |
| CMYK | 0 | 0.30 | 0.38 | 0 |
| HSL | 12.37º | 1% | 0.81% | - |
| HSV(B) | 12.37º | 0.38% | 1% | - |
| XYZ | 63.33 | 55.57 | 39.74 | - |
| YUV | 198.74 | 105.01 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 158 | 0 | 0.30 | 0.38 | 0 | 12.37 | 1 | 0.81 |
| Hex | FF | B2 | 9E | 0 | 1E | 26 | 0 | C | 64 | 51 |
| Octal | 377 | 262 | 236 | 0 | 36 | 46 | 0 | 14 | 144 | 121 |
| Binary | 11111111 | 10110010 | 10011110 | 0 | 11110 | 100110 | 0 | 1100 | 1100100 | 1010001 |
Color Harmonies of #FFB29E
Complementary color
Monochromatic Colors of #FFB29E
Black with #FFB29E
Text Example
Text Example
White with #FFB29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB29E; }
p { color: rgb(255,178,158); }
H1.HeaderClassName
{
color: #FFB29E;
}
.AnyTagClassName
{
color: #FFB29E;
}
</style>
background-color css
<style>
a { background-color: #FFB29E; }
a { background-color: rgb(255,178,158); }
div.DivClassName
{
background-color: #FFB29E;
}
.BgClassName
{
background-color: #FFB29E;
}
</style>
border-color css
<style>
span { border-color: #FFB29E; }
span { border-color: rgb(255,178,158); }
td.TdClassName
{
border-color: #FFB29E;
}
.TagClassName
{
border-color: #FFB29E;
}
</style>