Shades of Rose Bud #FBB19C
Tints of Rose Bud #FBB19C
RGB
CMYK
RGB Variations
Color information
#FBB19C (or 0xFBB19C) is known color: Rose Bud. HEX triplet: FB, B1 and 9C. RGB value is (251,177,156). Sum of RGB (Red+Green+Blue) = 251+177+156=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 156 (61.33% from 255 or 26.71% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB19C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB19C is #044E63. Grayscale: #C4C4C4. Windows color (decimal): -282212 or 10269179. OLE color: 10269179.
HSL color Cylindrical-coordinate representation of color #FBB19C: hue angle of 13.26º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FBB19C is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 177 | 156 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.02 |
| HSL | 13.26º | 0.92% | 0.8% | - |
| HSV(B) | 13.26º | 0.38% | 0.98% | - |
| XYZ | 61.51 | 54.35 | 38.7 | - |
| YUV | 196.73 | 105.02 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 177 | 156 | 0 | 0.29 | 0.38 | 0.02 | 13.26 | 0.92 | 0.8 |
| Hex | FB | B1 | 9C | 0 | 1D | 26 | 2 | D | 5C | 50 |
| Octal | 373 | 261 | 234 | 0 | 35 | 46 | 2 | 15 | 134 | 120 |
| Binary | 11111011 | 10110001 | 10011100 | 0 | 11101 | 100110 | 10 | 1101 | 1011100 | 1010000 |
Color Harmonies of #FBB19C
Complementary color
Monochromatic Colors of #FBB19C
Black with #FBB19C
Text Example
Text Example
White with #FBB19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB19C; }
p { color: rgb(251,177,156); }
H1.HeaderClassName
{
color: #FBB19C;
}
.AnyTagClassName
{
color: #FBB19C;
}
</style>
background-color css
<style>
a { background-color: #FBB19C; }
a { background-color: rgb(251,177,156); }
div.DivClassName
{
background-color: #FBB19C;
}
.BgClassName
{
background-color: #FBB19C;
}
</style>
border-color css
<style>
span { border-color: #FBB19C; }
span { border-color: rgb(251,177,156); }
td.TdClassName
{
border-color: #FBB19C;
}
.TagClassName
{
border-color: #FBB19C;
}
</style>