Shades of Rose Bud #FDA098
Tints of Rose Bud #FDA098
RGB
CMYK
RGB Variations
Color information
#FDA098 (or 0xFDA098) is known color: Rose Bud. HEX triplet: FD, A0 and 98. RGB value is (253,160,152). Sum of RGB (Red+Green+Blue) = 253+160+152=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA098 is #025F67. Grayscale: #BBBBBB. Windows color (decimal): -155496 or 10002685. OLE color: 10002685.
HSL color Cylindrical-coordinate representation of color #FDA098: hue angle of 4.75º 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 #FDA098 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 152 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.01 |
| HSL | 4.75º | 0.96% | 0.79% | - |
| HSV(B) | 4.75º | 0.4% | 0.99% | - |
| XYZ | 58.75 | 48.29 | 35.93 | - |
| YUV | 186.9 | 108.31 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 152 | 0 | 0.37 | 0.40 | 0.01 | 4.75 | 0.96 | 0.79 |
| Hex | FD | A0 | 98 | 0 | 25 | 28 | 1 | 5 | 60 | 4F |
| Octal | 375 | 240 | 230 | 0 | 45 | 50 | 1 | 5 | 140 | 117 |
| Binary | 11111101 | 10100000 | 10011000 | 0 | 100101 | 101000 | 1 | 101 | 1100000 | 1001111 |
Color Harmonies of #FDA098
Complementary color
Monochromatic Colors of #FDA098
Black with #FDA098
Text Example
Text Example
White with #FDA098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA098; }
p { color: rgb(253,160,152); }
H1.HeaderClassName
{
color: #FDA098;
}
.AnyTagClassName
{
color: #FDA098;
}
</style>
background-color css
<style>
a { background-color: #FDA098; }
a { background-color: rgb(253,160,152); }
div.DivClassName
{
background-color: #FDA098;
}
.BgClassName
{
background-color: #FDA098;
}
</style>
border-color css
<style>
span { border-color: #FDA098; }
span { border-color: rgb(253,160,152); }
td.TdClassName
{
border-color: #FDA098;
}
.TagClassName
{
border-color: #FDA098;
}
</style>