Shades of Rose Bud #FDA495
Tints of Rose Bud #FDA495
RGB
CMYK
RGB Variations
Color information
#FDA495 (or 0xFDA495) is known color: Rose Bud. HEX triplet: FD, A4 and 95. RGB value is (253,164,149). Sum of RGB (Red+Green+Blue) = 253+164+149=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA495 is #025B6A. Grayscale: #BDBDBD. Windows color (decimal): -154475 or 9807101. OLE color: 9807101.
HSL color Cylindrical-coordinate representation of color #FDA495: hue angle of 8.65º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FDA495 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 149 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.01 |
| HSL | 8.65º | 0.96% | 0.79% | - |
| HSV(B) | 8.65º | 0.41% | 0.99% | - |
| XYZ | 59.21 | 49.6 | 34.89 | - |
| YUV | 188.9 | 105.49 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 149 | 0 | 0.35 | 0.41 | 0.01 | 8.65 | 0.96 | 0.79 |
| Hex | FD | A4 | 95 | 0 | 23 | 29 | 1 | 9 | 60 | 4F |
| Octal | 375 | 244 | 225 | 0 | 43 | 51 | 1 | 11 | 140 | 117 |
| Binary | 11111101 | 10100100 | 10010101 | 0 | 100011 | 101001 | 1 | 1001 | 1100000 | 1001111 |
Color Harmonies of #FDA495
Complementary color
Monochromatic Colors of #FDA495
Black with #FDA495
Text Example
Text Example
White with #FDA495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA495; }
p { color: rgb(253,164,149); }
H1.HeaderClassName
{
color: #FDA495;
}
.AnyTagClassName
{
color: #FDA495;
}
</style>
background-color css
<style>
a { background-color: #FDA495; }
a { background-color: rgb(253,164,149); }
div.DivClassName
{
background-color: #FDA495;
}
.BgClassName
{
background-color: #FDA495;
}
</style>
border-color css
<style>
span { border-color: #FDA495; }
span { border-color: rgb(253,164,149); }
td.TdClassName
{
border-color: #FDA495;
}
.TagClassName
{
border-color: #FDA495;
}
</style>