Shades of Rose Bud #FDA794
Tints of Rose Bud #FDA794
RGB
CMYK
RGB Variations
Color information
#FDA794 (or 0xFDA794) is known color: Rose Bud. HEX triplet: FD, A7 and 94. RGB value is (253,167,148). Sum of RGB (Red+Green+Blue) = 253+167+148=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 148 (58.20% from 255 or 26.06% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA794 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA794 is #02586B. Grayscale: #BEBEBE. Windows color (decimal): -153708 or 9742333. OLE color: 9742333.
HSL color Cylindrical-coordinate representation of color #FDA794: hue angle of 10.86º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDA794 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 167 | 148 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.01 |
| HSL | 10.86º | 0.96% | 0.79% | - |
| HSV(B) | 10.86º | 0.42% | 0.99% | - |
| XYZ | 59.67 | 50.66 | 34.65 | - |
| YUV | 190.55 | 103.99 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 167 | 148 | 0 | 0.34 | 0.42 | 0.01 | 10.86 | 0.96 | 0.79 |
| Hex | FD | A7 | 94 | 0 | 22 | 2A | 1 | B | 60 | 4F |
| Octal | 375 | 247 | 224 | 0 | 42 | 52 | 1 | 13 | 140 | 117 |
| Binary | 11111101 | 10100111 | 10010100 | 0 | 100010 | 101010 | 1 | 1011 | 1100000 | 1001111 |
Color Harmonies of #FDA794
Complementary color
Monochromatic Colors of #FDA794
Black with #FDA794
Text Example
Text Example
White with #FDA794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA794; }
p { color: rgb(253,167,148); }
H1.HeaderClassName
{
color: #FDA794;
}
.AnyTagClassName
{
color: #FDA794;
}
</style>
background-color css
<style>
a { background-color: #FDA794; }
a { background-color: rgb(253,167,148); }
div.DivClassName
{
background-color: #FDA794;
}
.BgClassName
{
background-color: #FDA794;
}
</style>
border-color css
<style>
span { border-color: #FDA794; }
span { border-color: rgb(253,167,148); }
td.TdClassName
{
border-color: #FDA794;
}
.TagClassName
{
border-color: #FDA794;
}
</style>