Shades of Rose Bud #FEA78D
Tints of Rose Bud #FEA78D
RGB
CMYK
RGB Variations
Color information
#FEA78D (or 0xFEA78D) is known color: Rose Bud. HEX triplet: FE, A7 and 8D. RGB value is (254,167,141). Sum of RGB (Red+Green+Blue) = 254+167+141=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 167 (65.62% from 255 or 29.72% from 562); Blue value is 141 (55.47% from 255 or 25.09% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA78D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA78D is #015872. Grayscale: #BEBEBE. Windows color (decimal): -88179 or 9283582. OLE color: 9283582.
HSL color Cylindrical-coordinate representation of color #FEA78D: hue angle of 13.81º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEA78D is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 141 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.00 |
| HSL | 13.81º | 0.98% | 0.77% | - |
| HSV(B) | 13.81º | 0.44% | 1% | - |
| XYZ | 59.5 | 50.63 | 31.84 | - |
| YUV | 190.05 | 100.32 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 141 | 0 | 0.34 | 0.44 | 0.00 | 13.81 | 0.98 | 0.77 |
| Hex | FE | A7 | 8D | 0 | 22 | 2C | 0 | E | 62 | 4D |
| Octal | 376 | 247 | 215 | 0 | 42 | 54 | 0 | 16 | 142 | 115 |
| Binary | 11111110 | 10100111 | 10001101 | 0 | 100010 | 101100 | 0 | 1110 | 1100010 | 1001101 |
Color Harmonies of #FEA78D
Complementary color
Monochromatic Colors of #FEA78D
Black with #FEA78D
Text Example
Text Example
White with #FEA78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA78D; }
p { color: rgb(254,167,141); }
H1.HeaderClassName
{
color: #FEA78D;
}
.AnyTagClassName
{
color: #FEA78D;
}
</style>
background-color css
<style>
a { background-color: #FEA78D; }
a { background-color: rgb(254,167,141); }
div.DivClassName
{
background-color: #FEA78D;
}
.BgClassName
{
background-color: #FEA78D;
}
</style>
border-color css
<style>
span { border-color: #FEA78D; }
span { border-color: rgb(254,167,141); }
td.TdClassName
{
border-color: #FEA78D;
}
.TagClassName
{
border-color: #FEA78D;
}
</style>