#FEA49B

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

Shades of Rose Bud #FEA49B

Tints of Rose Bud #FEA49B

Color information

#FEA49B (or 0xFEA49B) is unknown color: approx Rose Bud. HEX triplet: FE, A4 and 9B. RGB value is (254,164,155). Sum of RGB (Red+Green+Blue) = 254+164+155=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 164 (64.45% from 255 or 28.62% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA49B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA49B is #015B64. Grayscale: #BEBEBE. Windows color (decimal): -88933 or 10200318. OLE color: 10200318.

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

Color convert

RGB254164155-
CMYK00.350.390.00
HSL5.45º98.02%80.2%-
HSV(B)5.45º38.98%99.61%-
XYZ60.0649.9937.49-
YUV189.88108.32173.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.33%
GREEN value IS 164 (64.45% from 255) = 28.62%
BLUE value IS 155 (60.94% from 255) = 27.05%
R=44.33%
G=28.62%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416415500.350.390.005.4598.0280.2
HexFEA49B02327056250
Octal3762442330434705142120
Binary1111111010100100100110110100011100111010111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA49B; }

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

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

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

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

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

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

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

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