Shades of Rose Bud #FAA295
Tints of Rose Bud #FAA295
RGB
CMYK
RGB Variations
Color information
#FAA295 (or 0xFAA295) is known color: Rose Bud. HEX triplet: FA, A2 and 95. RGB value is (250,162,149). Sum of RGB (Red+Green+Blue) = 250+162+149=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA295 is #055D6A. Grayscale: #BABABA. Windows color (decimal): -351595 or 9806586. OLE color: 9806586.
HSL color Cylindrical-coordinate representation of color #FAA295: hue angle of 7.72º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAA295 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 149 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.02 |
| HSL | 7.72º | 0.91% | 0.78% | - |
| HSV(B) | 7.72º | 0.4% | 0.98% | - |
| XYZ | 57.77 | 48.33 | 34.72 | - |
| YUV | 186.83 | 106.65 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 149 | 0 | 0.35 | 0.40 | 0.02 | 7.72 | 0.91 | 0.78 |
| Hex | FA | A2 | 95 | 0 | 23 | 28 | 2 | 8 | 5B | 4E |
| Octal | 372 | 242 | 225 | 0 | 43 | 50 | 2 | 10 | 133 | 116 |
| Binary | 11111010 | 10100010 | 10010101 | 0 | 100011 | 101000 | 10 | 1000 | 1011011 | 1001110 |
Color Harmonies of #FAA295
Complementary color
Monochromatic Colors of #FAA295
Black with #FAA295
Text Example
Text Example
White with #FAA295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA295; }
p { color: rgb(250,162,149); }
H1.HeaderClassName
{
color: #FAA295;
}
.AnyTagClassName
{
color: #FAA295;
}
</style>
background-color css
<style>
a { background-color: #FAA295; }
a { background-color: rgb(250,162,149); }
div.DivClassName
{
background-color: #FAA295;
}
.BgClassName
{
background-color: #FAA295;
}
</style>
border-color css
<style>
span { border-color: #FAA295; }
span { border-color: rgb(250,162,149); }
td.TdClassName
{
border-color: #FAA295;
}
.TagClassName
{
border-color: #FAA295;
}
</style>