Shades of Rose Bud #FDA493
Tints of Rose Bud #FDA493
RGB
CMYK
RGB Variations
Color information
#FDA493 (or 0xFDA493) is known color: Rose Bud. HEX triplet: FD, A4 and 93. RGB value is (253,164,147). Sum of RGB (Red+Green+Blue) = 253+164+147=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 147 (57.81% from 255 or 26.06% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA493 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA493 is #025B6C. Grayscale: #BCBCBC. Windows color (decimal): -154477 or 9676029. OLE color: 9676029.
HSL color Cylindrical-coordinate representation of color #FDA493: hue angle of 9.62º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDA493 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 147 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.01 |
| HSL | 9.62º | 0.96% | 0.78% | - |
| HSV(B) | 9.62º | 0.42% | 0.99% | - |
| XYZ | 59.05 | 49.54 | 34.05 | - |
| YUV | 188.67 | 104.49 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 147 | 0 | 0.35 | 0.42 | 0.01 | 9.62 | 0.96 | 0.78 |
| Hex | FD | A4 | 93 | 0 | 23 | 2A | 1 | A | 60 | 4E |
| Octal | 375 | 244 | 223 | 0 | 43 | 52 | 1 | 12 | 140 | 116 |
| Binary | 11111101 | 10100100 | 10010011 | 0 | 100011 | 101010 | 1 | 1010 | 1100000 | 1001110 |
Color Harmonies of #FDA493
Complementary color
Monochromatic Colors of #FDA493
Black with #FDA493
Text Example
Text Example
White with #FDA493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA493; }
p { color: rgb(253,164,147); }
H1.HeaderClassName
{
color: #FDA493;
}
.AnyTagClassName
{
color: #FDA493;
}
</style>
background-color css
<style>
a { background-color: #FDA493; }
a { background-color: rgb(253,164,147); }
div.DivClassName
{
background-color: #FDA493;
}
.BgClassName
{
background-color: #FDA493;
}
</style>
border-color css
<style>
span { border-color: #FDA493; }
span { border-color: rgb(253,164,147); }
td.TdClassName
{
border-color: #FDA493;
}
.TagClassName
{
border-color: #FDA493;
}
</style>