#FEA499

Color #FEA499 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #FEA499

Tints of Rose Bud #FEA499

Color information

#FEA499 (or 0xFEA499) is unknown color: approx Rose Bud. HEX triplet: FE, A4 and 99. RGB value is (254,164,153). Sum of RGB (Red+Green+Blue) = 254+164+153=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 164 (64.45% from 255 or 28.72% from 571); Blue value is 153 (60.16% from 255 or 26.80% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA499 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA499 is #015B66. Grayscale: #BDBDBD. Windows color (decimal): -88935 or 10069246. OLE color: 10069246.

HSL color Cylindrical-coordinate representation of color #FEA499: hue angle of 6.53º 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 #FEA499 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.00.

Color convert

RGB254164153-
CMYK00.350.400.00
HSL6.53º98.06%79.8%-
HSV(B)6.53º39.76%99.61%-
XYZ59.949.9236.62-
YUV189.66107.32173.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 44.48%
GREEN value IS 164 (64.45% from 255) = 28.72%
BLUE value IS 153 (60.16% from 255) = 26.80%
R=44.48%
G=28.72%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416415300.350.400.006.5398.0679.8
HexFEA49902328076250
Octal3762442310435007142120
Binary1111111010100100100110010100011101000011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA499; }

 p { color: rgb(254,164,153); }

 H1.HeaderClassName
 {
   color: #FEA499;
 }
 .AnyTagClassName
 {
   color: #FEA499;
 }
</style>
background-color css

<style>
 a { background-color: #FEA499; }

 a { background-color: rgb(254,164,153); }

 div.DivClassName
 {
   background-color: #FEA499;
 }
 .BgClassName
 {
   background-color: #FEA499;
 }
</style>
border-color css

<style>
 span { border-color: #FEA499; }

 span { border-color: rgb(254,164,153); }

 td.TdClassName
 {
   border-color: #FEA499;
 }
 .TagClassName
 {
   border-color: #FEA499;
 }
</style>