Shades of Rose Bud #FEA599
Tints of Rose Bud #FEA599
RGB
CMYK
RGB Variations
Color information
#FEA599 (or 0xFEA599) is known color: Rose Bud. HEX triplet: FE, A5 and 99. RGB value is (254,165,153). Sum of RGB (Red+Green+Blue) = 254+165+153=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 165 (64.84% from 255 or 28.85% from 572); Blue value is 153 (60.16% from 255 or 26.75% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA599 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA599 is #015A66. Grayscale: #BEBEBE. Windows color (decimal): -88679 or 10069502. OLE color: 10069502.
HSL color Cylindrical-coordinate representation of color #FEA599: hue angle of 7.13º 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 #FEA599 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 153 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.00 |
| HSL | 7.13º | 0.98% | 0.8% | - |
| HSV(B) | 7.13º | 0.4% | 1% | - |
| XYZ | 60.08 | 50.28 | 36.68 | - |
| YUV | 190.24 | 106.99 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 153 | 0 | 0.35 | 0.40 | 0.00 | 7.13 | 0.98 | 0.8 |
| Hex | FE | A5 | 99 | 0 | 23 | 28 | 0 | 7 | 62 | 50 |
| Octal | 376 | 245 | 231 | 0 | 43 | 50 | 0 | 7 | 142 | 120 |
| Binary | 11111110 | 10100101 | 10011001 | 0 | 100011 | 101000 | 0 | 111 | 1100010 | 1010000 |
Color Harmonies of #FEA599
Complementary color
Monochromatic Colors of #FEA599
Black with #FEA599
Text Example
Text Example
White with #FEA599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA599; }
p { color: rgb(254,165,153); }
H1.HeaderClassName
{
color: #FEA599;
}
.AnyTagClassName
{
color: #FEA599;
}
</style>
background-color css
<style>
a { background-color: #FEA599; }
a { background-color: rgb(254,165,153); }
div.DivClassName
{
background-color: #FEA599;
}
.BgClassName
{
background-color: #FEA599;
}
</style>
border-color css
<style>
span { border-color: #FEA599; }
span { border-color: rgb(254,165,153); }
td.TdClassName
{
border-color: #FEA599;
}
.TagClassName
{
border-color: #FEA599;
}
</style>