Shades of Rose Bud #FAA78D
Tints of Rose Bud #FAA78D
RGB
CMYK
RGB Variations
Color information
#FAA78D (or 0xFAA78D) is known color: Rose Bud. HEX triplet: FA, A7 and 8D. RGB value is (250,167,141). Sum of RGB (Red+Green+Blue) = 250+167+141=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 167 (65.62% from 255 or 29.93% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA78D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA78D is #055872. Grayscale: #BDBDBD. Windows color (decimal): -350323 or 9283578. OLE color: 9283578.
HSL color Cylindrical-coordinate representation of color #FAA78D: hue angle of 14.31º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAA78D is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 167 | 141 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.02 |
| HSL | 14.31º | 0.92% | 0.77% | - |
| HSV(B) | 14.31º | 0.44% | 0.98% | - |
| XYZ | 58.05 | 49.88 | 31.77 | - |
| YUV | 188.85 | 101 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 167 | 141 | 0 | 0.33 | 0.44 | 0.02 | 14.31 | 0.92 | 0.77 |
| Hex | FA | A7 | 8D | 0 | 21 | 2C | 2 | E | 5C | 4D |
| Octal | 372 | 247 | 215 | 0 | 41 | 54 | 2 | 16 | 134 | 115 |
| Binary | 11111010 | 10100111 | 10001101 | 0 | 100001 | 101100 | 10 | 1110 | 1011100 | 1001101 |
Color Harmonies of #FAA78D
Complementary color
Monochromatic Colors of #FAA78D
Black with #FAA78D
Text Example
Text Example
White with #FAA78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA78D; }
p { color: rgb(250,167,141); }
H1.HeaderClassName
{
color: #FAA78D;
}
.AnyTagClassName
{
color: #FAA78D;
}
</style>
background-color css
<style>
a { background-color: #FAA78D; }
a { background-color: rgb(250,167,141); }
div.DivClassName
{
background-color: #FAA78D;
}
.BgClassName
{
background-color: #FAA78D;
}
</style>
border-color css
<style>
span { border-color: #FAA78D; }
span { border-color: rgb(250,167,141); }
td.TdClassName
{
border-color: #FAA78D;
}
.TagClassName
{
border-color: #FAA78D;
}
</style>