Shades of Rose Bud #FEA393
Tints of Rose Bud #FEA393
RGB
CMYK
RGB Variations
Color information
#FEA393 (or 0xFEA393) is known color: Rose Bud. HEX triplet: FE, A3 and 93. RGB value is (254,163,147). Sum of RGB (Red+Green+Blue) = 254+163+147=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 147 (57.81% from 255 or 26.06% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA393 is #015C6C. Grayscale: #BCBCBC. Windows color (decimal): -89197 or 9675774. OLE color: 9675774.
HSL color Cylindrical-coordinate representation of color #FEA393: hue angle of 8.97º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FEA393 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 147 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.00 |
| HSL | 8.97º | 0.98% | 0.79% | - |
| HSV(B) | 8.97º | 0.42% | 1% | - |
| XYZ | 59.24 | 49.37 | 34.01 | - |
| YUV | 188.39 | 104.65 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 147 | 0 | 0.36 | 0.42 | 0.00 | 8.97 | 0.98 | 0.79 |
| Hex | FE | A3 | 93 | 0 | 24 | 2A | 0 | 9 | 62 | 4F |
| Octal | 376 | 243 | 223 | 0 | 44 | 52 | 0 | 11 | 142 | 117 |
| Binary | 11111110 | 10100011 | 10010011 | 0 | 100100 | 101010 | 0 | 1001 | 1100010 | 1001111 |
Color Harmonies of #FEA393
Complementary color
Monochromatic Colors of #FEA393
Black with #FEA393
Text Example
Text Example
White with #FEA393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA393; }
p { color: rgb(254,163,147); }
H1.HeaderClassName
{
color: #FEA393;
}
.AnyTagClassName
{
color: #FEA393;
}
</style>
background-color css
<style>
a { background-color: #FEA393; }
a { background-color: rgb(254,163,147); }
div.DivClassName
{
background-color: #FEA393;
}
.BgClassName
{
background-color: #FEA393;
}
</style>
border-color css
<style>
span { border-color: #FEA393; }
span { border-color: rgb(254,163,147); }
td.TdClassName
{
border-color: #FEA393;
}
.TagClassName
{
border-color: #FEA393;
}
</style>