Shades of Rose Bud #FAA097
Tints of Rose Bud #FAA097
RGB
CMYK
RGB Variations
Color information
#FAA097 (or 0xFAA097) is known color: Rose Bud. HEX triplet: FA, A0 and 97. RGB value is (250,160,151). Sum of RGB (Red+Green+Blue) = 250+160+151=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 160 (62.89% from 255 or 28.52% from 561); Blue value is 151 (59.38% from 255 or 26.92% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA097 is #055F68. Grayscale: #BABABA. Windows color (decimal): -352105 or 9937146. OLE color: 9937146.
HSL color Cylindrical-coordinate representation of color #FAA097: hue angle of 5.45º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAA097 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 151 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.02 |
| HSL | 5.45º | 0.91% | 0.79% | - |
| HSV(B) | 5.45º | 0.4% | 0.98% | - |
| XYZ | 57.58 | 47.7 | 35.45 | - |
| YUV | 185.88 | 108.32 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 151 | 0 | 0.36 | 0.40 | 0.02 | 5.45 | 0.91 | 0.79 |
| Hex | FA | A0 | 97 | 0 | 24 | 28 | 2 | 5 | 5B | 4F |
| Octal | 372 | 240 | 227 | 0 | 44 | 50 | 2 | 5 | 133 | 117 |
| Binary | 11111010 | 10100000 | 10010111 | 0 | 100100 | 101000 | 10 | 101 | 1011011 | 1001111 |
Color Harmonies of #FAA097
Complementary color
Monochromatic Colors of #FAA097
Black with #FAA097
Text Example
Text Example
White with #FAA097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA097; }
p { color: rgb(250,160,151); }
H1.HeaderClassName
{
color: #FAA097;
}
.AnyTagClassName
{
color: #FAA097;
}
</style>
background-color css
<style>
a { background-color: #FAA097; }
a { background-color: rgb(250,160,151); }
div.DivClassName
{
background-color: #FAA097;
}
.BgClassName
{
background-color: #FAA097;
}
</style>
border-color css
<style>
span { border-color: #FAA097; }
span { border-color: rgb(250,160,151); }
td.TdClassName
{
border-color: #FAA097;
}
.TagClassName
{
border-color: #FAA097;
}
</style>