Shades of Rose Bud #FDA593
Tints of Rose Bud #FDA593
RGB
CMYK
RGB Variations
Color information
#FDA593 (or 0xFDA593) is known color: Rose Bud. HEX triplet: FD, A5 and 93. RGB value is (253,165,147). Sum of RGB (Red+Green+Blue) = 253+165+147=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 165 (64.84% from 255 or 29.20% from 565); Blue value is 147 (57.81% from 255 or 26.02% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA593 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA593 is #025A6C. Grayscale: #BDBDBD. Windows color (decimal): -154221 or 9676285. OLE color: 9676285.
HSL color Cylindrical-coordinate representation of color #FDA593: hue angle of 10.19º 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 #FDA593 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 147 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.01 |
| HSL | 10.19º | 0.96% | 0.78% | - |
| HSV(B) | 10.19º | 0.42% | 0.99% | - |
| XYZ | 59.23 | 49.9 | 34.11 | - |
| YUV | 189.26 | 104.15 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 147 | 0 | 0.35 | 0.42 | 0.01 | 10.19 | 0.96 | 0.78 |
| Hex | FD | A5 | 93 | 0 | 23 | 2A | 1 | A | 60 | 4E |
| Octal | 375 | 245 | 223 | 0 | 43 | 52 | 1 | 12 | 140 | 116 |
| Binary | 11111101 | 10100101 | 10010011 | 0 | 100011 | 101010 | 1 | 1010 | 1100000 | 1001110 |
Color Harmonies of #FDA593
Complementary color
Monochromatic Colors of #FDA593
Black with #FDA593
Text Example
Text Example
White with #FDA593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA593; }
p { color: rgb(253,165,147); }
H1.HeaderClassName
{
color: #FDA593;
}
.AnyTagClassName
{
color: #FDA593;
}
</style>
background-color css
<style>
a { background-color: #FDA593; }
a { background-color: rgb(253,165,147); }
div.DivClassName
{
background-color: #FDA593;
}
.BgClassName
{
background-color: #FDA593;
}
</style>
border-color css
<style>
span { border-color: #FDA593; }
span { border-color: rgb(253,165,147); }
td.TdClassName
{
border-color: #FDA593;
}
.TagClassName
{
border-color: #FDA593;
}
</style>