Shades of Rose Bud #FAA59E
Tints of Rose Bud #FAA59E
RGB
CMYK
RGB Variations
Color information
#FAA59E (or 0xFAA59E) is known color: Rose Bud. HEX triplet: FA, A5 and 9E. RGB value is (250,165,158). Sum of RGB (Red+Green+Blue) = 250+165+158=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 165 (64.84% from 255 or 28.80% from 573); Blue value is 158 (62.11% from 255 or 27.57% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA59E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA59E is #055A61. Grayscale: #BDBDBD. Windows color (decimal): -350818 or 10397178. OLE color: 10397178.
HSL color Cylindrical-coordinate representation of color #FAA59E: hue angle of 4.57º 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 #FAA59E is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 158 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.02 |
| HSL | 4.57º | 0.9% | 0.8% | - |
| HSV(B) | 4.57º | 0.37% | 0.98% | - |
| XYZ | 59.05 | 49.7 | 38.83 | - |
| YUV | 189.62 | 110.16 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 158 | 0 | 0.34 | 0.37 | 0.02 | 4.57 | 0.9 | 0.8 |
| Hex | FA | A5 | 9E | 0 | 22 | 25 | 2 | 5 | 5A | 50 |
| Octal | 372 | 245 | 236 | 0 | 42 | 45 | 2 | 5 | 132 | 120 |
| Binary | 11111010 | 10100101 | 10011110 | 0 | 100010 | 100101 | 10 | 101 | 1011010 | 1010000 |
Color Harmonies of #FAA59E
Complementary color
Monochromatic Colors of #FAA59E
Black with #FAA59E
Text Example
Text Example
White with #FAA59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA59E; }
p { color: rgb(250,165,158); }
H1.HeaderClassName
{
color: #FAA59E;
}
.AnyTagClassName
{
color: #FAA59E;
}
</style>
background-color css
<style>
a { background-color: #FAA59E; }
a { background-color: rgb(250,165,158); }
div.DivClassName
{
background-color: #FAA59E;
}
.BgClassName
{
background-color: #FAA59E;
}
</style>
border-color css
<style>
span { border-color: #FAA59E; }
span { border-color: rgb(250,165,158); }
td.TdClassName
{
border-color: #FAA59E;
}
.TagClassName
{
border-color: #FAA59E;
}
</style>