Shades of Rose Bud #FAAA8B
Tints of Rose Bud #FAAA8B
RGB
CMYK
RGB Variations
Color information
#FAAA8B (or 0xFAAA8B) is known color: Rose Bud. HEX triplet: FA, AA and 8B. RGB value is (250,170,139). Sum of RGB (Red+Green+Blue) = 250+170+139=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 139 (54.69% from 255 or 24.87% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAA8B is #055574. Grayscale: #BEBEBE. Windows color (decimal): -349557 or 9153274. OLE color: 9153274.
HSL color Cylindrical-coordinate representation of color #FAAA8B: hue angle of 16.76º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAAA8B is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 139 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.02 |
| HSL | 16.76º | 0.92% | 0.76% | - |
| HSV(B) | 16.76º | 0.44% | 0.98% | - |
| XYZ | 58.46 | 50.94 | 31.18 | - |
| YUV | 190.39 | 99 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 139 | 0 | 0.32 | 0.44 | 0.02 | 16.76 | 0.92 | 0.76 |
| Hex | FA | AA | 8B | 0 | 20 | 2C | 2 | 11 | 5C | 4C |
| Octal | 372 | 252 | 213 | 0 | 40 | 54 | 2 | 21 | 134 | 114 |
| Binary | 11111010 | 10101010 | 10001011 | 0 | 100000 | 101100 | 10 | 10001 | 1011100 | 1001100 |
Color Harmonies of #FAAA8B
Complementary color
Monochromatic Colors of #FAAA8B
Black with #FAAA8B
Text Example
Text Example
White with #FAAA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA8B; }
p { color: rgb(250,170,139); }
H1.HeaderClassName
{
color: #FAAA8B;
}
.AnyTagClassName
{
color: #FAAA8B;
}
</style>
background-color css
<style>
a { background-color: #FAAA8B; }
a { background-color: rgb(250,170,139); }
div.DivClassName
{
background-color: #FAAA8B;
}
.BgClassName
{
background-color: #FAAA8B;
}
</style>
border-color css
<style>
span { border-color: #FAAA8B; }
span { border-color: rgb(250,170,139); }
td.TdClassName
{
border-color: #FAAA8B;
}
.TagClassName
{
border-color: #FAAA8B;
}
</style>