Shades of Rose Bud #FAA297
Tints of Rose Bud #FAA297
RGB
CMYK
RGB Variations
Color information
#FAA297 (or 0xFAA297) is known color: Rose Bud. HEX triplet: FA, A2 and 97. RGB value is (250,162,151). Sum of RGB (Red+Green+Blue) = 250+162+151=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 162 (63.67% from 255 or 28.77% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA297 is #055D68. Grayscale: #BBBBBB. Windows color (decimal): -351593 or 9937658. OLE color: 9937658.
HSL color Cylindrical-coordinate representation of color #FAA297: hue angle of 6.67º 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 #FAA297 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 151 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.02 |
| HSL | 6.67º | 0.91% | 0.79% | - |
| HSV(B) | 6.67º | 0.4% | 0.98% | - |
| XYZ | 57.93 | 48.4 | 35.57 | - |
| YUV | 187.06 | 107.65 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 151 | 0 | 0.35 | 0.40 | 0.02 | 6.67 | 0.91 | 0.79 |
| Hex | FA | A2 | 97 | 0 | 23 | 28 | 2 | 7 | 5B | 4F |
| Octal | 372 | 242 | 227 | 0 | 43 | 50 | 2 | 7 | 133 | 117 |
| Binary | 11111010 | 10100010 | 10010111 | 0 | 100011 | 101000 | 10 | 111 | 1011011 | 1001111 |
Color Harmonies of #FAA297
Complementary color
Monochromatic Colors of #FAA297
Black with #FAA297
Text Example
Text Example
White with #FAA297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA297; }
p { color: rgb(250,162,151); }
H1.HeaderClassName
{
color: #FAA297;
}
.AnyTagClassName
{
color: #FAA297;
}
</style>
background-color css
<style>
a { background-color: #FAA297; }
a { background-color: rgb(250,162,151); }
div.DivClassName
{
background-color: #FAA297;
}
.BgClassName
{
background-color: #FAA297;
}
</style>
border-color css
<style>
span { border-color: #FAA297; }
span { border-color: rgb(250,162,151); }
td.TdClassName
{
border-color: #FAA297;
}
.TagClassName
{
border-color: #FAA297;
}
</style>