Shades of Rose Bud #FBA693
Tints of Rose Bud #FBA693
RGB
CMYK
RGB Variations
Color information
#FBA693 (or 0xFBA693) is known color: Rose Bud. HEX triplet: FB, A6 and 93. RGB value is (251,166,147). Sum of RGB (Red+Green+Blue) = 251+166+147=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 147 (57.81% from 255 or 26.06% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA693 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA693 is #04596C. Grayscale: #BDBDBD. Windows color (decimal): -285037 or 9676539. OLE color: 9676539.
HSL color Cylindrical-coordinate representation of color #FBA693: hue angle of 10.96º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FBA693 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 147 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.02 |
| HSL | 10.96º | 0.93% | 0.78% | - |
| HSV(B) | 10.96º | 0.41% | 0.98% | - |
| XYZ | 58.69 | 49.89 | 34.14 | - |
| YUV | 189.25 | 104.16 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 147 | 0 | 0.34 | 0.41 | 0.02 | 10.96 | 0.93 | 0.78 |
| Hex | FB | A6 | 93 | 0 | 22 | 29 | 2 | B | 5D | 4E |
| Octal | 373 | 246 | 223 | 0 | 42 | 51 | 2 | 13 | 135 | 116 |
| Binary | 11111011 | 10100110 | 10010011 | 0 | 100010 | 101001 | 10 | 1011 | 1011101 | 1001110 |
Color Harmonies of #FBA693
Complementary color
Monochromatic Colors of #FBA693
Black with #FBA693
Text Example
Text Example
White with #FBA693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA693; }
p { color: rgb(251,166,147); }
H1.HeaderClassName
{
color: #FBA693;
}
.AnyTagClassName
{
color: #FBA693;
}
</style>
background-color css
<style>
a { background-color: #FBA693; }
a { background-color: rgb(251,166,147); }
div.DivClassName
{
background-color: #FBA693;
}
.BgClassName
{
background-color: #FBA693;
}
</style>
border-color css
<style>
span { border-color: #FBA693; }
span { border-color: rgb(251,166,147); }
td.TdClassName
{
border-color: #FBA693;
}
.TagClassName
{
border-color: #FBA693;
}
</style>