Shades of Rose Bud #FAABA0
Tints of Rose Bud #FAABA0
RGB
CMYK
RGB Variations
Color information
#FAABA0 (or 0xFAABA0) is known color: Rose Bud. HEX triplet: FA, AB and A0. RGB value is (250,171,160). Sum of RGB (Red+Green+Blue) = 250+171+160=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAABA0 is #05545F. Grayscale: #C1C1C1. Windows color (decimal): -349280 or 10529786. OLE color: 10529786.
HSL color Cylindrical-coordinate representation of color #FAABA0: hue angle of 7.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAABA0 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 160 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.02 |
| HSL | 7.33º | 0.9% | 0.8% | - |
| HSV(B) | 7.33º | 0.36% | 0.98% | - |
| XYZ | 60.33 | 51.99 | 40.11 | - |
| YUV | 193.37 | 109.17 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 160 | 0 | 0.32 | 0.36 | 0.02 | 7.33 | 0.9 | 0.8 |
| Hex | FA | AB | A0 | 0 | 20 | 24 | 2 | 7 | 5A | 50 |
| Octal | 372 | 253 | 240 | 0 | 40 | 44 | 2 | 7 | 132 | 120 |
| Binary | 11111010 | 10101011 | 10100000 | 0 | 100000 | 100100 | 10 | 111 | 1011010 | 1010000 |
Color Harmonies of #FAABA0
Complementary color
Monochromatic Colors of #FAABA0
Black with #FAABA0
Text Example
Text Example
White with #FAABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABA0; }
p { color: rgb(250,171,160); }
H1.HeaderClassName
{
color: #FAABA0;
}
.AnyTagClassName
{
color: #FAABA0;
}
</style>
background-color css
<style>
a { background-color: #FAABA0; }
a { background-color: rgb(250,171,160); }
div.DivClassName
{
background-color: #FAABA0;
}
.BgClassName
{
background-color: #FAABA0;
}
</style>
border-color css
<style>
span { border-color: #FAABA0; }
span { border-color: rgb(250,171,160); }
td.TdClassName
{
border-color: #FAABA0;
}
.TagClassName
{
border-color: #FAABA0;
}
</style>