Shades of Rose Bud #FAA395
Tints of Rose Bud #FAA395
RGB
CMYK
RGB Variations
Color information
#FAA395 (or 0xFAA395) is known color: Rose Bud. HEX triplet: FA, A3 and 95. RGB value is (250,163,149). Sum of RGB (Red+Green+Blue) = 250+163+149=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA395 is #055C6A. Grayscale: #BBBBBB. Windows color (decimal): -351339 or 9806842. OLE color: 9806842.
HSL color Cylindrical-coordinate representation of color #FAA395: hue angle of 8.32º 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 #FAA395 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 149 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.02 |
| HSL | 8.32º | 0.91% | 0.78% | - |
| HSV(B) | 8.32º | 0.4% | 0.98% | - |
| XYZ | 57.95 | 48.69 | 34.78 | - |
| YUV | 187.42 | 106.32 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 149 | 0 | 0.35 | 0.40 | 0.02 | 8.32 | 0.91 | 0.78 |
| Hex | FA | A3 | 95 | 0 | 23 | 28 | 2 | 8 | 5B | 4E |
| Octal | 372 | 243 | 225 | 0 | 43 | 50 | 2 | 10 | 133 | 116 |
| Binary | 11111010 | 10100011 | 10010101 | 0 | 100011 | 101000 | 10 | 1000 | 1011011 | 1001110 |
Color Harmonies of #FAA395
Complementary color
Monochromatic Colors of #FAA395
Black with #FAA395
Text Example
Text Example
White with #FAA395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA395; }
p { color: rgb(250,163,149); }
H1.HeaderClassName
{
color: #FAA395;
}
.AnyTagClassName
{
color: #FAA395;
}
</style>
background-color css
<style>
a { background-color: #FAA395; }
a { background-color: rgb(250,163,149); }
div.DivClassName
{
background-color: #FAA395;
}
.BgClassName
{
background-color: #FAA395;
}
</style>
border-color css
<style>
span { border-color: #FAA395; }
span { border-color: rgb(250,163,149); }
td.TdClassName
{
border-color: #FAA395;
}
.TagClassName
{
border-color: #FAA395;
}
</style>