Shades of Rose Bud #FDA393
Tints of Rose Bud #FDA393
RGB
CMYK
RGB Variations
Color information
#FDA393 (or 0xFDA393) is known color: Rose Bud. HEX triplet: FD, A3 and 93. RGB value is (253,163,147). Sum of RGB (Red+Green+Blue) = 253+163+147=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 163 (64.06% from 255 or 28.95% from 563); Blue value is 147 (57.81% from 255 or 26.11% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA393 is #025C6C. Grayscale: #BCBCBC. Windows color (decimal): -154733 or 9675773. OLE color: 9675773.
HSL color Cylindrical-coordinate representation of color #FDA393: hue angle of 9.06º 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 #FDA393 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 147 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.01 |
| HSL | 9.06º | 0.96% | 0.78% | - |
| HSV(B) | 9.06º | 0.42% | 0.99% | - |
| XYZ | 58.87 | 49.18 | 33.99 | - |
| YUV | 188.09 | 104.82 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 147 | 0 | 0.36 | 0.42 | 0.01 | 9.06 | 0.96 | 0.78 |
| Hex | FD | A3 | 93 | 0 | 24 | 2A | 1 | 9 | 60 | 4E |
| Octal | 375 | 243 | 223 | 0 | 44 | 52 | 1 | 11 | 140 | 116 |
| Binary | 11111101 | 10100011 | 10010011 | 0 | 100100 | 101010 | 1 | 1001 | 1100000 | 1001110 |
Color Harmonies of #FDA393
Complementary color
Monochromatic Colors of #FDA393
Black with #FDA393
Text Example
Text Example
White with #FDA393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA393; }
p { color: rgb(253,163,147); }
H1.HeaderClassName
{
color: #FDA393;
}
.AnyTagClassName
{
color: #FDA393;
}
</style>
background-color css
<style>
a { background-color: #FDA393; }
a { background-color: rgb(253,163,147); }
div.DivClassName
{
background-color: #FDA393;
}
.BgClassName
{
background-color: #FDA393;
}
</style>
border-color css
<style>
span { border-color: #FDA393; }
span { border-color: rgb(253,163,147); }
td.TdClassName
{
border-color: #FDA393;
}
.TagClassName
{
border-color: #FDA393;
}
</style>