Shades of Rose Bud #FAA695
Tints of Rose Bud #FAA695
RGB
CMYK
RGB Variations
Color information
#FAA695 (or 0xFAA695) is known color: Rose Bud. HEX triplet: FA, A6 and 95. RGB value is (250,166,149). Sum of RGB (Red+Green+Blue) = 250+166+149=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA695 is #05596A. Grayscale: #BDBDBD. Windows color (decimal): -350571 or 9807610. OLE color: 9807610.
HSL color Cylindrical-coordinate representation of color #FAA695: hue angle of 10.1º 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 #FAA695 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 149 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.02 |
| HSL | 10.1º | 0.91% | 0.78% | - |
| HSV(B) | 10.1º | 0.4% | 0.98% | - |
| XYZ | 58.49 | 49.77 | 34.96 | - |
| YUV | 189.18 | 105.33 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 149 | 0 | 0.34 | 0.40 | 0.02 | 10.1 | 0.91 | 0.78 |
| Hex | FA | A6 | 95 | 0 | 22 | 28 | 2 | A | 5B | 4E |
| Octal | 372 | 246 | 225 | 0 | 42 | 50 | 2 | 12 | 133 | 116 |
| Binary | 11111010 | 10100110 | 10010101 | 0 | 100010 | 101000 | 10 | 1010 | 1011011 | 1001110 |
Color Harmonies of #FAA695
Complementary color
Monochromatic Colors of #FAA695
Black with #FAA695
Text Example
Text Example
White with #FAA695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA695; }
p { color: rgb(250,166,149); }
H1.HeaderClassName
{
color: #FAA695;
}
.AnyTagClassName
{
color: #FAA695;
}
</style>
background-color css
<style>
a { background-color: #FAA695; }
a { background-color: rgb(250,166,149); }
div.DivClassName
{
background-color: #FAA695;
}
.BgClassName
{
background-color: #FAA695;
}
</style>
border-color css
<style>
span { border-color: #FAA695; }
span { border-color: rgb(250,166,149); }
td.TdClassName
{
border-color: #FAA695;
}
.TagClassName
{
border-color: #FAA695;
}
</style>