Shades of Rose Bud #FFB29C
Tints of Rose Bud #FFB29C
RGB
CMYK
RGB Variations
Color information
#FFB29C (or 0xFFB29C) is known color: Rose Bud. HEX triplet: FF, B2 and 9C. RGB value is (255,178,156). Sum of RGB (Red+Green+Blue) = 255+178+156=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 156 (61.33% from 255 or 26.49% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB29C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB29C is #004D63. Grayscale: #C6C6C6. Windows color (decimal): -19812 or 10269439. OLE color: 10269439.
HSL color Cylindrical-coordinate representation of color #FFB29C: hue angle of 13.33º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFB29C is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 156 | - |
| CMYK | 0 | 0.30 | 0.39 | 0 |
| HSL | 13.33º | 1% | 0.81% | - |
| HSV(B) | 13.33º | 0.39% | 1% | - |
| XYZ | 63.16 | 55.5 | 38.84 | - |
| YUV | 198.52 | 104.01 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 156 | 0 | 0.30 | 0.39 | 0 | 13.33 | 1 | 0.81 |
| Hex | FF | B2 | 9C | 0 | 1E | 27 | 0 | D | 64 | 51 |
| Octal | 377 | 262 | 234 | 0 | 36 | 47 | 0 | 15 | 144 | 121 |
| Binary | 11111111 | 10110010 | 10011100 | 0 | 11110 | 100111 | 0 | 1101 | 1100100 | 1010001 |
Color Harmonies of #FFB29C
Complementary color
Monochromatic Colors of #FFB29C
Black with #FFB29C
Text Example
Text Example
White with #FFB29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB29C; }
p { color: rgb(255,178,156); }
H1.HeaderClassName
{
color: #FFB29C;
}
.AnyTagClassName
{
color: #FFB29C;
}
</style>
background-color css
<style>
a { background-color: #FFB29C; }
a { background-color: rgb(255,178,156); }
div.DivClassName
{
background-color: #FFB29C;
}
.BgClassName
{
background-color: #FFB29C;
}
</style>
border-color css
<style>
span { border-color: #FFB29C; }
span { border-color: rgb(255,178,156); }
td.TdClassName
{
border-color: #FFB29C;
}
.TagClassName
{
border-color: #FFB29C;
}
</style>