Shades of Rose Bud #FFB29D
Tints of Rose Bud #FFB29D
RGB
CMYK
RGB Variations
Color information
#FFB29D (or 0xFFB29D) is known color: Rose Bud. HEX triplet: FF, B2 and 9D. RGB value is (255,178,157). Sum of RGB (Red+Green+Blue) = 255+178+157=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 157 (61.72% from 255 or 26.61% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB29D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB29D is #004D62. Grayscale: #C6C6C6. Windows color (decimal): -19811 or 10334975. OLE color: 10334975.
HSL color Cylindrical-coordinate representation of color #FFB29D: hue angle of 12.86º 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 #FFB29D is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 157 | - |
| CMYK | 0 | 0.30 | 0.38 | 0 |
| HSL | 12.86º | 1% | 0.81% | - |
| HSV(B) | 12.86º | 0.38% | 1% | - |
| XYZ | 63.25 | 55.54 | 39.28 | - |
| YUV | 198.63 | 104.51 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 157 | 0 | 0.30 | 0.38 | 0 | 12.86 | 1 | 0.81 |
| Hex | FF | B2 | 9D | 0 | 1E | 26 | 0 | D | 64 | 51 |
| Octal | 377 | 262 | 235 | 0 | 36 | 46 | 0 | 15 | 144 | 121 |
| Binary | 11111111 | 10110010 | 10011101 | 0 | 11110 | 100110 | 0 | 1101 | 1100100 | 1010001 |
Color Harmonies of #FFB29D
Complementary color
Monochromatic Colors of #FFB29D
Black with #FFB29D
Text Example
Text Example
White with #FFB29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB29D; }
p { color: rgb(255,178,157); }
H1.HeaderClassName
{
color: #FFB29D;
}
.AnyTagClassName
{
color: #FFB29D;
}
</style>
background-color css
<style>
a { background-color: #FFB29D; }
a { background-color: rgb(255,178,157); }
div.DivClassName
{
background-color: #FFB29D;
}
.BgClassName
{
background-color: #FFB29D;
}
</style>
border-color css
<style>
span { border-color: #FFB29D; }
span { border-color: rgb(255,178,157); }
td.TdClassName
{
border-color: #FFB29D;
}
.TagClassName
{
border-color: #FFB29D;
}
</style>