Shades of Rose Bud #FEA99D
Tints of Rose Bud #FEA99D
RGB
CMYK
RGB Variations
Color information
#FEA99D (or 0xFEA99D) is known color: Rose Bud. HEX triplet: FE, A9 and 9D. RGB value is (254,169,157). Sum of RGB (Red+Green+Blue) = 254+169+157=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 169 (66.41% from 255 or 29.14% from 580); Blue value is 157 (61.72% from 255 or 27.07% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA99D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA99D is #015662. Grayscale: #C1C1C1. Windows color (decimal): -87651 or 10332670. OLE color: 10332670.
HSL color Cylindrical-coordinate representation of color #FEA99D: hue angle of 7.42º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FEA99D is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 157 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.00 |
| HSL | 7.42º | 0.98% | 0.81% | - |
| HSV(B) | 7.42º | 0.38% | 1% | - |
| XYZ | 61.15 | 51.88 | 38.69 | - |
| YUV | 193.05 | 107.66 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 157 | 0 | 0.33 | 0.38 | 0.00 | 7.42 | 0.98 | 0.81 |
| Hex | FE | A9 | 9D | 0 | 21 | 26 | 0 | 7 | 62 | 51 |
| Octal | 376 | 251 | 235 | 0 | 41 | 46 | 0 | 7 | 142 | 121 |
| Binary | 11111110 | 10101001 | 10011101 | 0 | 100001 | 100110 | 0 | 111 | 1100010 | 1010001 |
Color Harmonies of #FEA99D
Complementary color
Monochromatic Colors of #FEA99D
Black with #FEA99D
Text Example
Text Example
White with #FEA99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA99D; }
p { color: rgb(254,169,157); }
H1.HeaderClassName
{
color: #FEA99D;
}
.AnyTagClassName
{
color: #FEA99D;
}
</style>
background-color css
<style>
a { background-color: #FEA99D; }
a { background-color: rgb(254,169,157); }
div.DivClassName
{
background-color: #FEA99D;
}
.BgClassName
{
background-color: #FEA99D;
}
</style>
border-color css
<style>
span { border-color: #FEA99D; }
span { border-color: rgb(254,169,157); }
td.TdClassName
{
border-color: #FEA99D;
}
.TagClassName
{
border-color: #FEA99D;
}
</style>