Shades of Rose Bud #FEA698
Tints of Rose Bud #FEA698
RGB
CMYK
RGB Variations
Color information
#FEA698 (or 0xFEA698) is known color: Rose Bud. HEX triplet: FE, A6 and 98. RGB value is (254,166,152). Sum of RGB (Red+Green+Blue) = 254+166+152=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 152 (59.77% from 255 or 26.57% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA698 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA698 is #015967. Grayscale: #BEBEBE. Windows color (decimal): -88424 or 10004222. OLE color: 10004222.
HSL color Cylindrical-coordinate representation of color #FEA698: hue angle of 8.24º 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 #FEA698 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 152 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.00 |
| HSL | 8.24º | 0.98% | 0.8% | - |
| HSV(B) | 8.24º | 0.4% | 1% | - |
| XYZ | 60.18 | 50.61 | 36.3 | - |
| YUV | 190.72 | 106.15 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 152 | 0 | 0.35 | 0.40 | 0.00 | 8.24 | 0.98 | 0.8 |
| Hex | FE | A6 | 98 | 0 | 23 | 28 | 0 | 8 | 62 | 50 |
| Octal | 376 | 246 | 230 | 0 | 43 | 50 | 0 | 10 | 142 | 120 |
| Binary | 11111110 | 10100110 | 10011000 | 0 | 100011 | 101000 | 0 | 1000 | 1100010 | 1010000 |
Color Harmonies of #FEA698
Complementary color
Monochromatic Colors of #FEA698
Black with #FEA698
Text Example
Text Example
White with #FEA698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA698; }
p { color: rgb(254,166,152); }
H1.HeaderClassName
{
color: #FEA698;
}
.AnyTagClassName
{
color: #FEA698;
}
</style>
background-color css
<style>
a { background-color: #FEA698; }
a { background-color: rgb(254,166,152); }
div.DivClassName
{
background-color: #FEA698;
}
.BgClassName
{
background-color: #FEA698;
}
</style>
border-color css
<style>
span { border-color: #FEA698; }
span { border-color: rgb(254,166,152); }
td.TdClassName
{
border-color: #FEA698;
}
.TagClassName
{
border-color: #FEA698;
}
</style>