Shades of Rose Bud #FBA99D
Tints of Rose Bud #FBA99D
RGB
CMYK
RGB Variations
Color information
#FBA99D (or 0xFBA99D) is known color: Rose Bud. HEX triplet: FB, A9 and 9D. RGB value is (251,169,157). Sum of RGB (Red+Green+Blue) = 251+169+157=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 169 (66.41% from 255 or 29.29% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA99D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA99D is #045662. Grayscale: #C0C0C0. Windows color (decimal): -284259 or 10332667. OLE color: 10332667.
HSL color Cylindrical-coordinate representation of color #FBA99D: hue angle of 7.66º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBA99D is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 157 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.02 |
| HSL | 7.66º | 0.92% | 0.8% | - |
| HSV(B) | 7.66º | 0.37% | 0.98% | - |
| XYZ | 60.06 | 51.32 | 38.64 | - |
| YUV | 192.15 | 108.17 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 157 | 0 | 0.33 | 0.37 | 0.02 | 7.66 | 0.92 | 0.8 |
| Hex | FB | A9 | 9D | 0 | 21 | 25 | 2 | 8 | 5C | 50 |
| Octal | 373 | 251 | 235 | 0 | 41 | 45 | 2 | 10 | 134 | 120 |
| Binary | 11111011 | 10101001 | 10011101 | 0 | 100001 | 100101 | 10 | 1000 | 1011100 | 1010000 |
Color Harmonies of #FBA99D
Complementary color
Monochromatic Colors of #FBA99D
Black with #FBA99D
Text Example
Text Example
White with #FBA99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA99D; }
p { color: rgb(251,169,157); }
H1.HeaderClassName
{
color: #FBA99D;
}
.AnyTagClassName
{
color: #FBA99D;
}
</style>
background-color css
<style>
a { background-color: #FBA99D; }
a { background-color: rgb(251,169,157); }
div.DivClassName
{
background-color: #FBA99D;
}
.BgClassName
{
background-color: #FBA99D;
}
</style>
border-color css
<style>
span { border-color: #FBA99D; }
span { border-color: rgb(251,169,157); }
td.TdClassName
{
border-color: #FBA99D;
}
.TagClassName
{
border-color: #FBA99D;
}
</style>