Shades of Rose Bud #FFB09C
Tints of Rose Bud #FFB09C
RGB
CMYK
RGB Variations
Color information
#FFB09C (or 0xFFB09C) is known color: Rose Bud. HEX triplet: FF, B0 and 9C. RGB value is (255,176,156). Sum of RGB (Red+Green+Blue) = 255+176+156=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 156 (61.33% from 255 or 26.58% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB09C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB09C is #004F63. Grayscale: #C5C5C5. Windows color (decimal): -20324 or 10268927. OLE color: 10268927.
HSL color Cylindrical-coordinate representation of color #FFB09C: hue angle of 12.12º 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 #FFB09C is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 156 | - |
| CMYK | 0 | 0.31 | 0.39 | 0 |
| HSL | 12.12º | 1% | 0.81% | - |
| HSV(B) | 12.12º | 0.39% | 1% | - |
| XYZ | 62.77 | 54.71 | 38.7 | - |
| YUV | 197.34 | 104.67 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 156 | 0 | 0.31 | 0.39 | 0 | 12.12 | 1 | 0.81 |
| Hex | FF | B0 | 9C | 0 | 1F | 27 | 0 | C | 64 | 51 |
| Octal | 377 | 260 | 234 | 0 | 37 | 47 | 0 | 14 | 144 | 121 |
| Binary | 11111111 | 10110000 | 10011100 | 0 | 11111 | 100111 | 0 | 1100 | 1100100 | 1010001 |
Color Harmonies of #FFB09C
Complementary color
Monochromatic Colors of #FFB09C
Black with #FFB09C
Text Example
Text Example
White with #FFB09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB09C; }
p { color: rgb(255,176,156); }
H1.HeaderClassName
{
color: #FFB09C;
}
.AnyTagClassName
{
color: #FFB09C;
}
</style>
background-color css
<style>
a { background-color: #FFB09C; }
a { background-color: rgb(255,176,156); }
div.DivClassName
{
background-color: #FFB09C;
}
.BgClassName
{
background-color: #FFB09C;
}
</style>
border-color css
<style>
span { border-color: #FFB09C; }
span { border-color: rgb(255,176,156); }
td.TdClassName
{
border-color: #FFB09C;
}
.TagClassName
{
border-color: #FFB09C;
}
</style>