Shades of Rose Bud #FBB19A
Tints of Rose Bud #FBB19A
RGB
CMYK
RGB Variations
Color information
#FBB19A (or 0xFBB19A) is known color: Rose Bud. HEX triplet: FB, B1 and 9A. RGB value is (251,177,154). Sum of RGB (Red+Green+Blue) = 251+177+154=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 177 (69.53% from 255 or 30.41% from 582); Blue value is 154 (60.55% from 255 or 26.46% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB19A is #044E65. Grayscale: #C4C4C4. Windows color (decimal): -282214 or 10138107. OLE color: 10138107.
HSL color Cylindrical-coordinate representation of color #FBB19A: hue angle of 14.23º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBB19A is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 177 | 154 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.02 |
| HSL | 14.23º | 0.92% | 0.79% | - |
| HSV(B) | 14.23º | 0.39% | 0.98% | - |
| XYZ | 61.34 | 54.29 | 37.82 | - |
| YUV | 196.5 | 104.02 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 177 | 154 | 0 | 0.29 | 0.39 | 0.02 | 14.23 | 0.92 | 0.79 |
| Hex | FB | B1 | 9A | 0 | 1D | 27 | 2 | E | 5C | 4F |
| Octal | 373 | 261 | 232 | 0 | 35 | 47 | 2 | 16 | 134 | 117 |
| Binary | 11111011 | 10110001 | 10011010 | 0 | 11101 | 100111 | 10 | 1110 | 1011100 | 1001111 |
Color Harmonies of #FBB19A
Complementary color
Monochromatic Colors of #FBB19A
Black with #FBB19A
Text Example
Text Example
White with #FBB19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB19A; }
p { color: rgb(251,177,154); }
H1.HeaderClassName
{
color: #FBB19A;
}
.AnyTagClassName
{
color: #FBB19A;
}
</style>
background-color css
<style>
a { background-color: #FBB19A; }
a { background-color: rgb(251,177,154); }
div.DivClassName
{
background-color: #FBB19A;
}
.BgClassName
{
background-color: #FBB19A;
}
</style>
border-color css
<style>
span { border-color: #FBB19A; }
span { border-color: rgb(251,177,154); }
td.TdClassName
{
border-color: #FBB19A;
}
.TagClassName
{
border-color: #FBB19A;
}
</style>