Shades of Rose Bud #FAA699
Tints of Rose Bud #FAA699
RGB
CMYK
RGB Variations
Color information
#FAA699 (or 0xFAA699) is known color: Rose Bud. HEX triplet: FA, A6 and 99. RGB value is (250,166,153). Sum of RGB (Red+Green+Blue) = 250+166+153=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 153 (60.16% from 255 or 26.89% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA699 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA699 is #055966. Grayscale: #BDBDBD. Windows color (decimal): -350567 or 10069754. OLE color: 10069754.
HSL color Cylindrical-coordinate representation of color #FAA699: hue angle of 8.04º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FAA699 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 153 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.02 |
| HSL | 8.04º | 0.91% | 0.79% | - |
| HSV(B) | 8.04º | 0.39% | 0.98% | - |
| XYZ | 58.81 | 49.9 | 36.67 | - |
| YUV | 189.63 | 107.33 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 153 | 0 | 0.34 | 0.39 | 0.02 | 8.04 | 0.91 | 0.79 |
| Hex | FA | A6 | 99 | 0 | 22 | 27 | 2 | 8 | 5B | 4F |
| Octal | 372 | 246 | 231 | 0 | 42 | 47 | 2 | 10 | 133 | 117 |
| Binary | 11111010 | 10100110 | 10011001 | 0 | 100010 | 100111 | 10 | 1000 | 1011011 | 1001111 |
Color Harmonies of #FAA699
Complementary color
Monochromatic Colors of #FAA699
Black with #FAA699
Text Example
Text Example
White with #FAA699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA699; }
p { color: rgb(250,166,153); }
H1.HeaderClassName
{
color: #FAA699;
}
.AnyTagClassName
{
color: #FAA699;
}
</style>
background-color css
<style>
a { background-color: #FAA699; }
a { background-color: rgb(250,166,153); }
div.DivClassName
{
background-color: #FAA699;
}
.BgClassName
{
background-color: #FAA699;
}
</style>
border-color css
<style>
span { border-color: #FAA699; }
span { border-color: rgb(250,166,153); }
td.TdClassName
{
border-color: #FAA699;
}
.TagClassName
{
border-color: #FAA699;
}
</style>