Shades of Rose Bud #FFB29B
Tints of Rose Bud #FFB29B
RGB
CMYK
RGB Variations
Color information
#FFB29B (or 0xFFB29B) is known color: Rose Bud. HEX triplet: FF, B2 and 9B. RGB value is (255,178,155). Sum of RGB (Red+Green+Blue) = 255+178+155=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 155 (60.94% from 255 or 26.36% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB29B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB29B is #004D64. Grayscale: #C6C6C6. Windows color (decimal): -19813 or 10203903. OLE color: 10203903.
HSL color Cylindrical-coordinate representation of color #FFB29B: hue angle of 13.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFB29B is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 155 | - |
| CMYK | 0 | 0.30 | 0.39 | 0 |
| HSL | 13.8º | 1% | 0.8% | - |
| HSV(B) | 13.8º | 0.39% | 1% | - |
| XYZ | 63.08 | 55.47 | 38.39 | - |
| YUV | 198.4 | 103.51 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 155 | 0 | 0.30 | 0.39 | 0 | 13.8 | 1 | 0.8 |
| Hex | FF | B2 | 9B | 0 | 1E | 27 | 0 | E | 64 | 50 |
| Octal | 377 | 262 | 233 | 0 | 36 | 47 | 0 | 16 | 144 | 120 |
| Binary | 11111111 | 10110010 | 10011011 | 0 | 11110 | 100111 | 0 | 1110 | 1100100 | 1010000 |
Color Harmonies of #FFB29B
Complementary color
Monochromatic Colors of #FFB29B
Black with #FFB29B
Text Example
Text Example
White with #FFB29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB29B; }
p { color: rgb(255,178,155); }
H1.HeaderClassName
{
color: #FFB29B;
}
.AnyTagClassName
{
color: #FFB29B;
}
</style>
background-color css
<style>
a { background-color: #FFB29B; }
a { background-color: rgb(255,178,155); }
div.DivClassName
{
background-color: #FFB29B;
}
.BgClassName
{
background-color: #FFB29B;
}
</style>
border-color css
<style>
span { border-color: #FFB29B; }
span { border-color: rgb(255,178,155); }
td.TdClassName
{
border-color: #FFB29B;
}
.TagClassName
{
border-color: #FFB29B;
}
</style>