Shades of Rose Bud #FDA595
Tints of Rose Bud #FDA595
RGB
CMYK
RGB Variations
Color information
#FDA595 (or 0xFDA595) is known color: Rose Bud. HEX triplet: FD, A5 and 95. RGB value is (253,165,149). Sum of RGB (Red+Green+Blue) = 253+165+149=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 165 (64.84% from 255 or 29.10% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA595 is #025A6A. Grayscale: #BDBDBD. Windows color (decimal): -154219 or 9807357. OLE color: 9807357.
HSL color Cylindrical-coordinate representation of color #FDA595: hue angle of 9.23º 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 #FDA595 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 149 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.01 |
| HSL | 9.23º | 0.96% | 0.79% | - |
| HSV(B) | 9.23º | 0.41% | 0.99% | - |
| XYZ | 59.39 | 49.96 | 34.95 | - |
| YUV | 189.49 | 105.15 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 149 | 0 | 0.35 | 0.41 | 0.01 | 9.23 | 0.96 | 0.79 |
| Hex | FD | A5 | 95 | 0 | 23 | 29 | 1 | 9 | 60 | 4F |
| Octal | 375 | 245 | 225 | 0 | 43 | 51 | 1 | 11 | 140 | 117 |
| Binary | 11111101 | 10100101 | 10010101 | 0 | 100011 | 101001 | 1 | 1001 | 1100000 | 1001111 |
Color Harmonies of #FDA595
Complementary color
Monochromatic Colors of #FDA595
Black with #FDA595
Text Example
Text Example
White with #FDA595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA595; }
p { color: rgb(253,165,149); }
H1.HeaderClassName
{
color: #FDA595;
}
.AnyTagClassName
{
color: #FDA595;
}
</style>
background-color css
<style>
a { background-color: #FDA595; }
a { background-color: rgb(253,165,149); }
div.DivClassName
{
background-color: #FDA595;
}
.BgClassName
{
background-color: #FDA595;
}
</style>
border-color css
<style>
span { border-color: #FDA595; }
span { border-color: rgb(253,165,149); }
td.TdClassName
{
border-color: #FDA595;
}
.TagClassName
{
border-color: #FDA595;
}
</style>