Shades of Rose Bud #FDA295
Tints of Rose Bud #FDA295
RGB
CMYK
RGB Variations
Color information
#FDA295 (or 0xFDA295) is known color: Rose Bud. HEX triplet: FD, A2 and 95. RGB value is (253,162,149). Sum of RGB (Red+Green+Blue) = 253+162+149=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA295 is #025D6A. Grayscale: #BBBBBB. Windows color (decimal): -154987 or 9806589. OLE color: 9806589.
HSL color Cylindrical-coordinate representation of color #FDA295: hue angle of 7.5º 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 #FDA295 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 149 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.01 |
| HSL | 7.5º | 0.96% | 0.79% | - |
| HSV(B) | 7.5º | 0.41% | 0.99% | - |
| XYZ | 58.85 | 48.89 | 34.77 | - |
| YUV | 187.73 | 106.15 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 149 | 0 | 0.36 | 0.41 | 0.01 | 7.5 | 0.96 | 0.79 |
| Hex | FD | A2 | 95 | 0 | 24 | 29 | 1 | 8 | 60 | 4F |
| Octal | 375 | 242 | 225 | 0 | 44 | 51 | 1 | 10 | 140 | 117 |
| Binary | 11111101 | 10100010 | 10010101 | 0 | 100100 | 101001 | 1 | 1000 | 1100000 | 1001111 |
Color Harmonies of #FDA295
Complementary color
Monochromatic Colors of #FDA295
Black with #FDA295
Text Example
Text Example
White with #FDA295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA295; }
p { color: rgb(253,162,149); }
H1.HeaderClassName
{
color: #FDA295;
}
.AnyTagClassName
{
color: #FDA295;
}
</style>
background-color css
<style>
a { background-color: #FDA295; }
a { background-color: rgb(253,162,149); }
div.DivClassName
{
background-color: #FDA295;
}
.BgClassName
{
background-color: #FDA295;
}
</style>
border-color css
<style>
span { border-color: #FDA295; }
span { border-color: rgb(253,162,149); }
td.TdClassName
{
border-color: #FDA295;
}
.TagClassName
{
border-color: #FDA295;
}
</style>