Shades of Rose Bud #FDA491
Tints of Rose Bud #FDA491
RGB
CMYK
RGB Variations
Color information
#FDA491 (or 0xFDA491) is known color: Rose Bud. HEX triplet: FD, A4 and 91. RGB value is (253,164,145). Sum of RGB (Red+Green+Blue) = 253+164+145=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 145 (57.03% from 255 or 25.80% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA491 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA491 is #025B6E. Grayscale: #BCBCBC. Windows color (decimal): -154479 or 9544957. OLE color: 9544957.
HSL color Cylindrical-coordinate representation of color #FDA491: hue angle of 10.56º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDA491 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 145 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.01 |
| HSL | 10.56º | 0.96% | 0.78% | - |
| HSV(B) | 10.56º | 0.43% | 0.99% | - |
| XYZ | 58.89 | 49.48 | 33.23 | - |
| YUV | 188.45 | 103.49 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 145 | 0 | 0.35 | 0.43 | 0.01 | 10.56 | 0.96 | 0.78 |
| Hex | FD | A4 | 91 | 0 | 23 | 2B | 1 | B | 60 | 4E |
| Octal | 375 | 244 | 221 | 0 | 43 | 53 | 1 | 13 | 140 | 116 |
| Binary | 11111101 | 10100100 | 10010001 | 0 | 100011 | 101011 | 1 | 1011 | 1100000 | 1001110 |
Color Harmonies of #FDA491
Complementary color
Monochromatic Colors of #FDA491
Black with #FDA491
Text Example
Text Example
White with #FDA491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA491; }
p { color: rgb(253,164,145); }
H1.HeaderClassName
{
color: #FDA491;
}
.AnyTagClassName
{
color: #FDA491;
}
</style>
background-color css
<style>
a { background-color: #FDA491; }
a { background-color: rgb(253,164,145); }
div.DivClassName
{
background-color: #FDA491;
}
.BgClassName
{
background-color: #FDA491;
}
</style>
border-color css
<style>
span { border-color: #FDA491; }
span { border-color: rgb(253,164,145); }
td.TdClassName
{
border-color: #FDA491;
}
.TagClassName
{
border-color: #FDA491;
}
</style>