#FEA493

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

Shades of Rose Bud #FEA493

Tints of Rose Bud #FEA493

Color information

#FEA493 (or 0xFEA493) is unknown color: approx Rose Bud. HEX triplet: FE, A4 and 93. RGB value is (254,164,147). Sum of RGB (Red+Green+Blue) = 254+164+147=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 147 (57.81% from 255 or 26.02% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA493 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA493 is #015B6C. Grayscale: #BDBDBD. Windows color (decimal): -88941 or 9676030. OLE color: 9676030.

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

Color convert

RGB254164147-
CMYK00.350.420.00
HSL9.53º98.17%78.63%-
HSV(B)9.53º42.13%99.61%-
XYZ59.4149.7334.07-
YUV188.97104.32174.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.96%
GREEN value IS 164 (64.45% from 255) = 29.03%
BLUE value IS 147 (57.81% from 255) = 26.02%
R=44.96%
G=29.03%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416414700.350.420.009.5398.1778.63
HexFEA4930232A0a624f
Octal37624422304352012142117
Binary11111110101001001001001101000111010100101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA493; }

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

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

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

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

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

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

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

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