Shades of Rose Bud #FAA397
Tints of Rose Bud #FAA397
RGB
CMYK
RGB Variations
Color information
#FAA397 (or 0xFAA397) is known color: Rose Bud. HEX triplet: FA, A3 and 97. RGB value is (250,163,151). Sum of RGB (Red+Green+Blue) = 250+163+151=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 151 (59.38% from 255 or 26.77% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA397 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA397 is #055C68. Grayscale: #BBBBBB. Windows color (decimal): -351337 or 9937914. OLE color: 9937914.
HSL color Cylindrical-coordinate representation of color #FAA397: hue angle of 7.27º 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 #FAA397 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 151 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.02 |
| HSL | 7.27º | 0.91% | 0.79% | - |
| HSV(B) | 7.27º | 0.4% | 0.98% | - |
| XYZ | 58.11 | 48.75 | 35.63 | - |
| YUV | 187.65 | 107.32 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 151 | 0 | 0.35 | 0.40 | 0.02 | 7.27 | 0.91 | 0.79 |
| Hex | FA | A3 | 97 | 0 | 23 | 28 | 2 | 7 | 5B | 4F |
| Octal | 372 | 243 | 227 | 0 | 43 | 50 | 2 | 7 | 133 | 117 |
| Binary | 11111010 | 10100011 | 10010111 | 0 | 100011 | 101000 | 10 | 111 | 1011011 | 1001111 |
Color Harmonies of #FAA397
Complementary color
Monochromatic Colors of #FAA397
Black with #FAA397
Text Example
Text Example
White with #FAA397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA397; }
p { color: rgb(250,163,151); }
H1.HeaderClassName
{
color: #FAA397;
}
.AnyTagClassName
{
color: #FAA397;
}
</style>
background-color css
<style>
a { background-color: #FAA397; }
a { background-color: rgb(250,163,151); }
div.DivClassName
{
background-color: #FAA397;
}
.BgClassName
{
background-color: #FAA397;
}
</style>
border-color css
<style>
span { border-color: #FAA397; }
span { border-color: rgb(250,163,151); }
td.TdClassName
{
border-color: #FAA397;
}
.TagClassName
{
border-color: #FAA397;
}
</style>