Shades of Rose Bud #FDA097
Tints of Rose Bud #FDA097
RGB
CMYK
RGB Variations
Color information
#FDA097 (or 0xFDA097) is known color: Rose Bud. HEX triplet: FD, A0 and 97. RGB value is (253,160,151). Sum of RGB (Red+Green+Blue) = 253+160+151=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 151 (59.38% from 255 or 26.77% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA097 is #025F68. Grayscale: #BABABA. Windows color (decimal): -155497 or 9937149. OLE color: 9937149.
HSL color Cylindrical-coordinate representation of color #FDA097: hue angle of 5.29º 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 #FDA097 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 151 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.01 |
| HSL | 5.29º | 0.96% | 0.79% | - |
| HSV(B) | 5.29º | 0.4% | 0.99% | - |
| XYZ | 58.66 | 48.26 | 35.5 | - |
| YUV | 186.78 | 107.81 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 151 | 0 | 0.37 | 0.40 | 0.01 | 5.29 | 0.96 | 0.79 |
| Hex | FD | A0 | 97 | 0 | 25 | 28 | 1 | 5 | 60 | 4F |
| Octal | 375 | 240 | 227 | 0 | 45 | 50 | 1 | 5 | 140 | 117 |
| Binary | 11111101 | 10100000 | 10010111 | 0 | 100101 | 101000 | 1 | 101 | 1100000 | 1001111 |
Color Harmonies of #FDA097
Complementary color
Monochromatic Colors of #FDA097
Black with #FDA097
Text Example
Text Example
White with #FDA097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA097; }
p { color: rgb(253,160,151); }
H1.HeaderClassName
{
color: #FDA097;
}
.AnyTagClassName
{
color: #FDA097;
}
</style>
background-color css
<style>
a { background-color: #FDA097; }
a { background-color: rgb(253,160,151); }
div.DivClassName
{
background-color: #FDA097;
}
.BgClassName
{
background-color: #FDA097;
}
</style>
border-color css
<style>
span { border-color: #FDA097; }
span { border-color: rgb(253,160,151); }
td.TdClassName
{
border-color: #FDA097;
}
.TagClassName
{
border-color: #FDA097;
}
</style>