Shades of Rose Bud #FAA897
Tints of Rose Bud #FAA897
RGB
CMYK
RGB Variations
Color information
#FAA897 (or 0xFAA897) is known color: Rose Bud. HEX triplet: FA, A8 and 97. RGB value is (250,168,151). Sum of RGB (Red+Green+Blue) = 250+168+151=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 151 (59.38% from 255 or 26.54% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA897 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA897 is #055768. Grayscale: #BEBEBE. Windows color (decimal): -350057 or 9939194. OLE color: 9939194.
HSL color Cylindrical-coordinate representation of color #FAA897: hue angle of 10.3º 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 #FAA897 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 151 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.02 |
| HSL | 10.3º | 0.91% | 0.79% | - |
| HSV(B) | 10.3º | 0.4% | 0.98% | - |
| XYZ | 59.01 | 50.56 | 35.93 | - |
| YUV | 190.58 | 105.67 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 151 | 0 | 0.33 | 0.40 | 0.02 | 10.3 | 0.91 | 0.79 |
| Hex | FA | A8 | 97 | 0 | 21 | 28 | 2 | A | 5B | 4F |
| Octal | 372 | 250 | 227 | 0 | 41 | 50 | 2 | 12 | 133 | 117 |
| Binary | 11111010 | 10101000 | 10010111 | 0 | 100001 | 101000 | 10 | 1010 | 1011011 | 1001111 |
Color Harmonies of #FAA897
Complementary color
Monochromatic Colors of #FAA897
Black with #FAA897
Text Example
Text Example
White with #FAA897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA897; }
p { color: rgb(250,168,151); }
H1.HeaderClassName
{
color: #FAA897;
}
.AnyTagClassName
{
color: #FAA897;
}
</style>
background-color css
<style>
a { background-color: #FAA897; }
a { background-color: rgb(250,168,151); }
div.DivClassName
{
background-color: #FAA897;
}
.BgClassName
{
background-color: #FAA897;
}
</style>
border-color css
<style>
span { border-color: #FAA897; }
span { border-color: rgb(250,168,151); }
td.TdClassName
{
border-color: #FAA897;
}
.TagClassName
{
border-color: #FAA897;
}
</style>