Shades of Rose Bud #FFA794
Tints of Rose Bud #FFA794
RGB
CMYK
RGB Variations
Color information
#FFA794 (or 0xFFA794) is known color: Rose Bud. HEX triplet: FF, A7 and 94. RGB value is (255,167,148). Sum of RGB (Red+Green+Blue) = 255+167+148=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 167 (65.62% from 255 or 29.30% from 570); Blue value is 148 (58.20% from 255 or 25.96% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA794 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA794 is #00586B. Grayscale: #BFBFBF. Windows color (decimal): -22636 or 9742335. OLE color: 9742335.
HSL color Cylindrical-coordinate representation of color #FFA794: hue angle of 10.65º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFA794 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 148 | - |
| CMYK | 0 | 0.35 | 0.42 | 0 |
| HSL | 10.65º | 1% | 0.79% | - |
| HSV(B) | 10.65º | 0.42% | 1% | - |
| XYZ | 60.4 | 51.04 | 34.68 | - |
| YUV | 191.15 | 103.65 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 148 | 0 | 0.35 | 0.42 | 0 | 10.65 | 1 | 0.79 |
| Hex | FF | A7 | 94 | 0 | 23 | 2A | 0 | B | 64 | 4F |
| Octal | 377 | 247 | 224 | 0 | 43 | 52 | 0 | 13 | 144 | 117 |
| Binary | 11111111 | 10100111 | 10010100 | 0 | 100011 | 101010 | 0 | 1011 | 1100100 | 1001111 |
Color Harmonies of #FFA794
Complementary color
Monochromatic Colors of #FFA794
Black with #FFA794
Text Example
Text Example
White with #FFA794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA794; }
p { color: rgb(255,167,148); }
H1.HeaderClassName
{
color: #FFA794;
}
.AnyTagClassName
{
color: #FFA794;
}
</style>
background-color css
<style>
a { background-color: #FFA794; }
a { background-color: rgb(255,167,148); }
div.DivClassName
{
background-color: #FFA794;
}
.BgClassName
{
background-color: #FFA794;
}
</style>
border-color css
<style>
span { border-color: #FFA794; }
span { border-color: rgb(255,167,148); }
td.TdClassName
{
border-color: #FFA794;
}
.TagClassName
{
border-color: #FFA794;
}
</style>