Shades of Rose Bud #FAAA9C
Tints of Rose Bud #FAAA9C
RGB
CMYK
RGB Variations
Color information
#FAAA9C (or 0xFAAA9C) is known color: Rose Bud. HEX triplet: FA, AA and 9C. RGB value is (250,170,156). Sum of RGB (Red+Green+Blue) = 250+170+156=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 156 (61.33% from 255 or 27.08% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAA9C is #055563. Grayscale: #C0C0C0. Windows color (decimal): -349540 or 10267386. OLE color: 10267386.
HSL color Cylindrical-coordinate representation of color #FAAA9C: hue angle of 8.94º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAAA9C is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 156 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.02 |
| HSL | 8.94º | 0.9% | 0.8% | - |
| HSV(B) | 8.94º | 0.38% | 0.98% | - |
| XYZ | 59.8 | 51.47 | 38.24 | - |
| YUV | 192.32 | 107.5 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 156 | 0 | 0.32 | 0.38 | 0.02 | 8.94 | 0.9 | 0.8 |
| Hex | FA | AA | 9C | 0 | 20 | 26 | 2 | 9 | 5A | 50 |
| Octal | 372 | 252 | 234 | 0 | 40 | 46 | 2 | 11 | 132 | 120 |
| Binary | 11111010 | 10101010 | 10011100 | 0 | 100000 | 100110 | 10 | 1001 | 1011010 | 1010000 |
Color Harmonies of #FAAA9C
Complementary color
Monochromatic Colors of #FAAA9C
Black with #FAAA9C
Text Example
Text Example
White with #FAAA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA9C; }
p { color: rgb(250,170,156); }
H1.HeaderClassName
{
color: #FAAA9C;
}
.AnyTagClassName
{
color: #FAAA9C;
}
</style>
background-color css
<style>
a { background-color: #FAAA9C; }
a { background-color: rgb(250,170,156); }
div.DivClassName
{
background-color: #FAAA9C;
}
.BgClassName
{
background-color: #FAAA9C;
}
</style>
border-color css
<style>
span { border-color: #FAAA9C; }
span { border-color: rgb(250,170,156); }
td.TdClassName
{
border-color: #FAAA9C;
}
.TagClassName
{
border-color: #FAAA9C;
}
</style>