Shades of Rose Bud #FAA49D
Tints of Rose Bud #FAA49D
RGB
CMYK
RGB Variations
Color information
#FAA49D (or 0xFAA49D) is known color: Rose Bud. HEX triplet: FA, A4 and 9D. RGB value is (250,164,157). Sum of RGB (Red+Green+Blue) = 250+164+157=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 164 (64.45% from 255 or 28.72% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA49D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA49D is #055B62. Grayscale: #BDBDBD. Windows color (decimal): -351075 or 10331386. OLE color: 10331386.
HSL color Cylindrical-coordinate representation of color #FAA49D: hue angle of 4.52º 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 #FAA49D is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 157 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.02 |
| HSL | 4.52º | 0.9% | 0.8% | - |
| HSV(B) | 4.52º | 0.37% | 0.98% | - |
| XYZ | 58.79 | 49.31 | 38.32 | - |
| YUV | 188.92 | 109.99 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 157 | 0 | 0.34 | 0.37 | 0.02 | 4.52 | 0.9 | 0.8 |
| Hex | FA | A4 | 9D | 0 | 22 | 25 | 2 | 5 | 5A | 50 |
| Octal | 372 | 244 | 235 | 0 | 42 | 45 | 2 | 5 | 132 | 120 |
| Binary | 11111010 | 10100100 | 10011101 | 0 | 100010 | 100101 | 10 | 101 | 1011010 | 1010000 |
Color Harmonies of #FAA49D
Complementary color
Monochromatic Colors of #FAA49D
Black with #FAA49D
Text Example
Text Example
White with #FAA49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA49D; }
p { color: rgb(250,164,157); }
H1.HeaderClassName
{
color: #FAA49D;
}
.AnyTagClassName
{
color: #FAA49D;
}
</style>
background-color css
<style>
a { background-color: #FAA49D; }
a { background-color: rgb(250,164,157); }
div.DivClassName
{
background-color: #FAA49D;
}
.BgClassName
{
background-color: #FAA49D;
}
</style>
border-color css
<style>
span { border-color: #FAA49D; }
span { border-color: rgb(250,164,157); }
td.TdClassName
{
border-color: #FAA49D;
}
.TagClassName
{
border-color: #FAA49D;
}
</style>