Shades of Rose Bud #FDA497
Tints of Rose Bud #FDA497
RGB
CMYK
RGB Variations
Color information
#FDA497 (or 0xFDA497) is known color: Rose Bud. HEX triplet: FD, A4 and 97. RGB value is (253,164,151). Sum of RGB (Red+Green+Blue) = 253+164+151=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 164 (64.45% from 255 or 28.87% from 568); Blue value is 151 (59.38% from 255 or 26.58% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA497 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA497 is #025B68. Grayscale: #BDBDBD. Windows color (decimal): -154473 or 9938173. OLE color: 9938173.
HSL color Cylindrical-coordinate representation of color #FDA497: hue angle of 7.65º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDA497 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 151 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.01 |
| HSL | 7.65º | 0.96% | 0.79% | - |
| HSV(B) | 7.65º | 0.4% | 0.99% | - |
| XYZ | 59.37 | 49.67 | 35.74 | - |
| YUV | 189.13 | 106.49 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 151 | 0 | 0.35 | 0.40 | 0.01 | 7.65 | 0.96 | 0.79 |
| Hex | FD | A4 | 97 | 0 | 23 | 28 | 1 | 8 | 60 | 4F |
| Octal | 375 | 244 | 227 | 0 | 43 | 50 | 1 | 10 | 140 | 117 |
| Binary | 11111101 | 10100100 | 10010111 | 0 | 100011 | 101000 | 1 | 1000 | 1100000 | 1001111 |
Color Harmonies of #FDA497
Complementary color
Monochromatic Colors of #FDA497
Black with #FDA497
Text Example
Text Example
White with #FDA497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA497; }
p { color: rgb(253,164,151); }
H1.HeaderClassName
{
color: #FDA497;
}
.AnyTagClassName
{
color: #FDA497;
}
</style>
background-color css
<style>
a { background-color: #FDA497; }
a { background-color: rgb(253,164,151); }
div.DivClassName
{
background-color: #FDA497;
}
.BgClassName
{
background-color: #FDA497;
}
</style>
border-color css
<style>
span { border-color: #FDA497; }
span { border-color: rgb(253,164,151); }
td.TdClassName
{
border-color: #FDA497;
}
.TagClassName
{
border-color: #FDA497;
}
</style>