Shades of Rose Bud #FAA58D
Tints of Rose Bud #FAA58D
RGB
CMYK
RGB Variations
Color information
#FAA58D (or 0xFAA58D) is known color: Rose Bud. HEX triplet: FA, A5 and 8D. RGB value is (250,165,141). Sum of RGB (Red+Green+Blue) = 250+165+141=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 141 (55.47% from 255 or 25.36% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA58D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA58D is #055A72. Grayscale: #BBBBBB. Windows color (decimal): -350835 or 9283066. OLE color: 9283066.
HSL color Cylindrical-coordinate representation of color #FAA58D: hue angle of 13.21º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAA58D is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 141 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.02 |
| HSL | 13.21º | 0.92% | 0.77% | - |
| HSV(B) | 13.21º | 0.44% | 0.98% | - |
| XYZ | 57.69 | 49.16 | 31.65 | - |
| YUV | 187.68 | 101.66 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 141 | 0 | 0.34 | 0.44 | 0.02 | 13.21 | 0.92 | 0.77 |
| Hex | FA | A5 | 8D | 0 | 22 | 2C | 2 | D | 5C | 4D |
| Octal | 372 | 245 | 215 | 0 | 42 | 54 | 2 | 15 | 134 | 115 |
| Binary | 11111010 | 10100101 | 10001101 | 0 | 100010 | 101100 | 10 | 1101 | 1011100 | 1001101 |
Color Harmonies of #FAA58D
Complementary color
Monochromatic Colors of #FAA58D
Black with #FAA58D
Text Example
Text Example
White with #FAA58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA58D; }
p { color: rgb(250,165,141); }
H1.HeaderClassName
{
color: #FAA58D;
}
.AnyTagClassName
{
color: #FAA58D;
}
</style>
background-color css
<style>
a { background-color: #FAA58D; }
a { background-color: rgb(250,165,141); }
div.DivClassName
{
background-color: #FAA58D;
}
.BgClassName
{
background-color: #FAA58D;
}
</style>
border-color css
<style>
span { border-color: #FAA58D; }
span { border-color: rgb(250,165,141); }
td.TdClassName
{
border-color: #FAA58D;
}
.TagClassName
{
border-color: #FAA58D;
}
</style>