Shades of Rose Bud #FAAA9D
Tints of Rose Bud #FAAA9D
RGB
CMYK
RGB Variations
Color information
#FAAA9D (or 0xFAAA9D) is known color: Rose Bud. HEX triplet: FA, AA and 9D. RGB value is (250,170,157). Sum of RGB (Red+Green+Blue) = 250+170+157=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAA9D is #055562. Grayscale: #C0C0C0. Windows color (decimal): -349539 or 10332922. OLE color: 10332922.
HSL color Cylindrical-coordinate representation of color #FAAA9D: hue angle of 8.39º 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 #FAAA9D is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 157 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.02 |
| HSL | 8.39º | 0.9% | 0.8% | - |
| HSV(B) | 8.39º | 0.37% | 0.98% | - |
| XYZ | 59.88 | 51.51 | 38.68 | - |
| YUV | 192.44 | 108 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 157 | 0 | 0.32 | 0.37 | 0.02 | 8.39 | 0.9 | 0.8 |
| Hex | FA | AA | 9D | 0 | 20 | 25 | 2 | 8 | 5A | 50 |
| Octal | 372 | 252 | 235 | 0 | 40 | 45 | 2 | 10 | 132 | 120 |
| Binary | 11111010 | 10101010 | 10011101 | 0 | 100000 | 100101 | 10 | 1000 | 1011010 | 1010000 |
Color Harmonies of #FAAA9D
Complementary color
Monochromatic Colors of #FAAA9D
Black with #FAAA9D
Text Example
Text Example
White with #FAAA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA9D; }
p { color: rgb(250,170,157); }
H1.HeaderClassName
{
color: #FAAA9D;
}
.AnyTagClassName
{
color: #FAAA9D;
}
</style>
background-color css
<style>
a { background-color: #FAAA9D; }
a { background-color: rgb(250,170,157); }
div.DivClassName
{
background-color: #FAAA9D;
}
.BgClassName
{
background-color: #FAAA9D;
}
</style>
border-color css
<style>
span { border-color: #FAAA9D; }
span { border-color: rgb(250,170,157); }
td.TdClassName
{
border-color: #FAAA9D;
}
.TagClassName
{
border-color: #FAAA9D;
}
</style>