#FEA49F

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

Shades of Rose Bud #FEA49F

Tints of Rose Bud #FEA49F

Color information

#FEA49F (or 0xFEA49F) is unknown color: approx Rose Bud. HEX triplet: FE, A4 and 9F. RGB value is (254,164,159). Sum of RGB (Red+Green+Blue) = 254+164+159=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 164 (64.45% from 255 or 28.42% from 577); Blue value is 159 (62.5% from 255 or 27.56% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA49F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA49F is #015B60. Grayscale: #BEBEBE. Windows color (decimal): -88929 or 10462462. OLE color: 10462462.

HSL color Cylindrical-coordinate representation of color #FEA49F: hue angle of 3.16º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEA49F is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB254164159-
CMYK00.350.370.00
HSL3.16º97.94%80.98%-
HSV(B)3.16º37.4%99.61%-
XYZ60.4150.1239.29-
YUV190.34110.32173.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.02%
GREEN value IS 164 (64.45% from 255) = 28.42%
BLUE value IS 159 (62.5% from 255) = 27.56%
R=44.02%
G=28.42%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416415900.350.370.003.1697.9480.98
HexFEA49F02325036251
Octal3762442370434503142121
Binary111111101010010010011111010001110010101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA49F; }

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

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

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

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

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

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

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

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