Shades of Rose Bud #FBA69D
Tints of Rose Bud #FBA69D
RGB
CMYK
RGB Variations
Color information
#FBA69D (or 0xFBA69D) is known color: Rose Bud. HEX triplet: FB, A6 and 9D. RGB value is (251,166,157). Sum of RGB (Red+Green+Blue) = 251+166+157=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA69D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA69D is #045962. Grayscale: #BEBEBE. Windows color (decimal): -285027 or 10331899. OLE color: 10331899.
HSL color Cylindrical-coordinate representation of color #FBA69D: hue angle of 5.74º 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 #FBA69D is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 157 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.02 |
| HSL | 5.74º | 0.92% | 0.8% | - |
| HSV(B) | 5.74º | 0.37% | 0.98% | - |
| XYZ | 59.51 | 50.22 | 38.45 | - |
| YUV | 190.39 | 109.16 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 157 | 0 | 0.34 | 0.37 | 0.02 | 5.74 | 0.92 | 0.8 |
| Hex | FB | A6 | 9D | 0 | 22 | 25 | 2 | 6 | 5C | 50 |
| Octal | 373 | 246 | 235 | 0 | 42 | 45 | 2 | 6 | 134 | 120 |
| Binary | 11111011 | 10100110 | 10011101 | 0 | 100010 | 100101 | 10 | 110 | 1011100 | 1010000 |
Color Harmonies of #FBA69D
Complementary color
Monochromatic Colors of #FBA69D
Black with #FBA69D
Text Example
Text Example
White with #FBA69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA69D; }
p { color: rgb(251,166,157); }
H1.HeaderClassName
{
color: #FBA69D;
}
.AnyTagClassName
{
color: #FBA69D;
}
</style>
background-color css
<style>
a { background-color: #FBA69D; }
a { background-color: rgb(251,166,157); }
div.DivClassName
{
background-color: #FBA69D;
}
.BgClassName
{
background-color: #FBA69D;
}
</style>
border-color css
<style>
span { border-color: #FBA69D; }
span { border-color: rgb(251,166,157); }
td.TdClassName
{
border-color: #FBA69D;
}
.TagClassName
{
border-color: #FBA69D;
}
</style>