Shades of Rose Bud #FAA697
Tints of Rose Bud #FAA697
RGB
CMYK
RGB Variations
Color information
#FAA697 (or 0xFAA697) is known color: Rose Bud. HEX triplet: FA, A6 and 97. RGB value is (250,166,151). Sum of RGB (Red+Green+Blue) = 250+166+151=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 151 (59.38% from 255 or 26.63% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA697 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA697 is #055968. Grayscale: #BDBDBD. Windows color (decimal): -350569 or 9938682. OLE color: 9938682.
HSL color Cylindrical-coordinate representation of color #FAA697: hue angle of 9.09º 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 #FAA697 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 151 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.02 |
| HSL | 9.09º | 0.91% | 0.79% | - |
| HSV(B) | 9.09º | 0.4% | 0.98% | - |
| XYZ | 58.65 | 49.83 | 35.81 | - |
| YUV | 189.41 | 106.33 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 151 | 0 | 0.34 | 0.40 | 0.02 | 9.09 | 0.91 | 0.79 |
| Hex | FA | A6 | 97 | 0 | 22 | 28 | 2 | 9 | 5B | 4F |
| Octal | 372 | 246 | 227 | 0 | 42 | 50 | 2 | 11 | 133 | 117 |
| Binary | 11111010 | 10100110 | 10010111 | 0 | 100010 | 101000 | 10 | 1001 | 1011011 | 1001111 |
Color Harmonies of #FAA697
Complementary color
Monochromatic Colors of #FAA697
Black with #FAA697
Text Example
Text Example
White with #FAA697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA697; }
p { color: rgb(250,166,151); }
H1.HeaderClassName
{
color: #FAA697;
}
.AnyTagClassName
{
color: #FAA697;
}
</style>
background-color css
<style>
a { background-color: #FAA697; }
a { background-color: rgb(250,166,151); }
div.DivClassName
{
background-color: #FAA697;
}
.BgClassName
{
background-color: #FAA697;
}
</style>
border-color css
<style>
span { border-color: #FAA697; }
span { border-color: rgb(250,166,151); }
td.TdClassName
{
border-color: #FAA697;
}
.TagClassName
{
border-color: #FAA697;
}
</style>