#FEA490

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

Shades of Rose Bud #FEA490

Tints of Rose Bud #FEA490

Color information

#FEA490 (or 0xFEA490) is unknown color: approx Rose Bud. HEX triplet: FE, A4 and 90. RGB value is (254,164,144). Sum of RGB (Red+Green+Blue) = 254+164+144=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 144 (56.64% from 255 or 25.62% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA490 is #015B6F. Grayscale: #BCBCBC. Windows color (decimal): -88944 or 9479422. OLE color: 9479422.

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

Color convert

RGB254164144-
CMYK00.350.430.00
HSL10.91º98.21%78.04%-
HSV(B)10.91º43.31%99.61%-
XYZ59.1849.6432.85-
YUV188.63102.82174.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.20%
GREEN value IS 164 (64.45% from 255) = 29.18%
BLUE value IS 144 (56.64% from 255) = 25.62%
R=45.20%
G=29.18%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416414400.350.430.0010.9198.2178.04
HexFEA4900232B0b624e
Octal37624422004353013142116
Binary11111110101001001001000001000111010110101111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA490; }

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

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

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

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

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

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

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

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