Shades of Rose Bud #FAA59D
Tints of Rose Bud #FAA59D
RGB
CMYK
RGB Variations
Color information
#FAA59D (or 0xFAA59D) is known color: Rose Bud. HEX triplet: FA, A5 and 9D. RGB value is (250,165,157). Sum of RGB (Red+Green+Blue) = 250+165+157=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 165 (64.84% from 255 or 28.85% from 572); Blue value is 157 (61.72% from 255 or 27.45% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA59D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA59D is #055A62. Grayscale: #BDBDBD. Windows color (decimal): -350819 or 10331642. OLE color: 10331642.
HSL color Cylindrical-coordinate representation of color #FAA59D: hue angle of 5.16º degrees, saturation: 0.9, 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 #FAA59D is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 157 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.02 |
| HSL | 5.16º | 0.9% | 0.8% | - |
| HSV(B) | 5.16º | 0.37% | 0.98% | - |
| XYZ | 58.97 | 49.67 | 38.38 | - |
| YUV | 189.5 | 109.66 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 157 | 0 | 0.34 | 0.37 | 0.02 | 5.16 | 0.9 | 0.8 |
| Hex | FA | A5 | 9D | 0 | 22 | 25 | 2 | 5 | 5A | 50 |
| Octal | 372 | 245 | 235 | 0 | 42 | 45 | 2 | 5 | 132 | 120 |
| Binary | 11111010 | 10100101 | 10011101 | 0 | 100010 | 100101 | 10 | 101 | 1011010 | 1010000 |
Color Harmonies of #FAA59D
Complementary color
Monochromatic Colors of #FAA59D
Black with #FAA59D
Text Example
Text Example
White with #FAA59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA59D; }
p { color: rgb(250,165,157); }
H1.HeaderClassName
{
color: #FAA59D;
}
.AnyTagClassName
{
color: #FAA59D;
}
</style>
background-color css
<style>
a { background-color: #FAA59D; }
a { background-color: rgb(250,165,157); }
div.DivClassName
{
background-color: #FAA59D;
}
.BgClassName
{
background-color: #FAA59D;
}
</style>
border-color css
<style>
span { border-color: #FAA59D; }
span { border-color: rgb(250,165,157); }
td.TdClassName
{
border-color: #FAA59D;
}
.TagClassName
{
border-color: #FAA59D;
}
</style>