Shades of Rose Bud #FAAA8D
Tints of Rose Bud #FAAA8D
RGB
CMYK
RGB Variations
Color information
#FAAA8D (or 0xFAAA8D) is known color: Rose Bud. HEX triplet: FA, AA and 8D. RGB value is (250,170,141). Sum of RGB (Red+Green+Blue) = 250+170+141=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAA8D is #055572. Grayscale: #BEBEBE. Windows color (decimal): -349555 or 9284346. OLE color: 9284346.
HSL color Cylindrical-coordinate representation of color #FAAA8D: hue angle of 15.96º 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 #FAAA8D is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 141 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.02 |
| HSL | 15.96º | 0.92% | 0.77% | - |
| HSV(B) | 15.96º | 0.44% | 0.98% | - |
| XYZ | 58.61 | 51 | 31.95 | - |
| YUV | 190.61 | 100 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 141 | 0 | 0.32 | 0.44 | 0.02 | 15.96 | 0.92 | 0.77 |
| Hex | FA | AA | 8D | 0 | 20 | 2C | 2 | 10 | 5C | 4D |
| Octal | 372 | 252 | 215 | 0 | 40 | 54 | 2 | 20 | 134 | 115 |
| Binary | 11111010 | 10101010 | 10001101 | 0 | 100000 | 101100 | 10 | 10000 | 1011100 | 1001101 |
Color Harmonies of #FAAA8D
Complementary color
Monochromatic Colors of #FAAA8D
Black with #FAAA8D
Text Example
Text Example
White with #FAAA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA8D; }
p { color: rgb(250,170,141); }
H1.HeaderClassName
{
color: #FAAA8D;
}
.AnyTagClassName
{
color: #FAAA8D;
}
</style>
background-color css
<style>
a { background-color: #FAAA8D; }
a { background-color: rgb(250,170,141); }
div.DivClassName
{
background-color: #FAAA8D;
}
.BgClassName
{
background-color: #FAAA8D;
}
</style>
border-color css
<style>
span { border-color: #FAAA8D; }
span { border-color: rgb(250,170,141); }
td.TdClassName
{
border-color: #FAAA8D;
}
.TagClassName
{
border-color: #FAAA8D;
}
</style>