Shades of Rose Bud #FAA399
Tints of Rose Bud #FAA399
RGB
CMYK
RGB Variations
Color information
#FAA399 (or 0xFAA399) is known color: Rose Bud. HEX triplet: FA, A3 and 99. RGB value is (250,163,153). Sum of RGB (Red+Green+Blue) = 250+163+153=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 163 (64.06% from 255 or 28.80% from 566); Blue value is 153 (60.16% from 255 or 27.03% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA399 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA399 is #055C66. Grayscale: #BCBCBC. Windows color (decimal): -351335 or 10068986. OLE color: 10068986.
HSL color Cylindrical-coordinate representation of color #FAA399: hue angle of 6.19º 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 #FAA399 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 153 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.02 |
| HSL | 6.19º | 0.91% | 0.79% | - |
| HSV(B) | 6.19º | 0.39% | 0.98% | - |
| XYZ | 58.27 | 48.82 | 36.49 | - |
| YUV | 187.87 | 108.32 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 153 | 0 | 0.35 | 0.39 | 0.02 | 6.19 | 0.91 | 0.79 |
| Hex | FA | A3 | 99 | 0 | 23 | 27 | 2 | 6 | 5B | 4F |
| Octal | 372 | 243 | 231 | 0 | 43 | 47 | 2 | 6 | 133 | 117 |
| Binary | 11111010 | 10100011 | 10011001 | 0 | 100011 | 100111 | 10 | 110 | 1011011 | 1001111 |
Color Harmonies of #FAA399
Complementary color
Monochromatic Colors of #FAA399
Black with #FAA399
Text Example
Text Example
White with #FAA399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA399; }
p { color: rgb(250,163,153); }
H1.HeaderClassName
{
color: #FAA399;
}
.AnyTagClassName
{
color: #FAA399;
}
</style>
background-color css
<style>
a { background-color: #FAA399; }
a { background-color: rgb(250,163,153); }
div.DivClassName
{
background-color: #FAA399;
}
.BgClassName
{
background-color: #FAA399;
}
</style>
border-color css
<style>
span { border-color: #FAA399; }
span { border-color: rgb(250,163,153); }
td.TdClassName
{
border-color: #FAA399;
}
.TagClassName
{
border-color: #FAA399;
}
</style>