Shades of Rose Bud #FEA699
Tints of Rose Bud #FEA699
RGB
CMYK
RGB Variations
Color information
#FEA699 (or 0xFEA699) is known color: Rose Bud. HEX triplet: FE, A6 and 99. RGB value is (254,166,153). Sum of RGB (Red+Green+Blue) = 254+166+153=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 153 (60.16% from 255 or 26.70% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA699 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA699 is #015966. Grayscale: #BEBEBE. Windows color (decimal): -88423 or 10069758. OLE color: 10069758.
HSL color Cylindrical-coordinate representation of color #FEA699: hue angle of 7.72º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FEA699 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 153 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.00 |
| HSL | 7.72º | 0.98% | 0.8% | - |
| HSV(B) | 7.72º | 0.4% | 1% | - |
| XYZ | 60.26 | 50.64 | 36.74 | - |
| YUV | 190.83 | 106.65 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 153 | 0 | 0.35 | 0.40 | 0.00 | 7.72 | 0.98 | 0.8 |
| Hex | FE | A6 | 99 | 0 | 23 | 28 | 0 | 8 | 62 | 50 |
| Octal | 376 | 246 | 231 | 0 | 43 | 50 | 0 | 10 | 142 | 120 |
| Binary | 11111110 | 10100110 | 10011001 | 0 | 100011 | 101000 | 0 | 1000 | 1100010 | 1010000 |
Color Harmonies of #FEA699
Complementary color
Monochromatic Colors of #FEA699
Black with #FEA699
Text Example
Text Example
White with #FEA699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA699; }
p { color: rgb(254,166,153); }
H1.HeaderClassName
{
color: #FEA699;
}
.AnyTagClassName
{
color: #FEA699;
}
</style>
background-color css
<style>
a { background-color: #FEA699; }
a { background-color: rgb(254,166,153); }
div.DivClassName
{
background-color: #FEA699;
}
.BgClassName
{
background-color: #FEA699;
}
</style>
border-color css
<style>
span { border-color: #FEA699; }
span { border-color: rgb(254,166,153); }
td.TdClassName
{
border-color: #FEA699;
}
.TagClassName
{
border-color: #FEA699;
}
</style>