#FEA391

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

Shades of Rose Bud #FEA391

Tints of Rose Bud #FEA391

Color information

#FEA391 (or 0xFEA391) is unknown color: approx Rose Bud. HEX triplet: FE, A3 and 91. RGB value is (254,163,145). Sum of RGB (Red+Green+Blue) = 254+163+145=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 145 (57.03% from 255 or 25.80% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA391 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA391 is #015C6E. Grayscale: #BCBCBC. Windows color (decimal): -89199 or 9544702. OLE color: 9544702.

HSL color Cylindrical-coordinate representation of color #FEA391: hue angle of 9.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 #FEA391 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.00.

Color convert

RGB254163145-
CMYK00.360.430.00
HSL9.91º98.2%78.24%-
HSV(B)9.91º42.91%99.61%-
XYZ59.0849.3133.19-
YUV188.16103.65174.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.20%
GREEN value IS 163 (64.06% from 255) = 29.00%
BLUE value IS 145 (57.03% from 255) = 25.80%
R=45.20%
G=29.00%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416314500.360.430.009.9198.278.24
HexFEA3910242B0a624e
Octal37624322104453012142116
Binary11111110101000111001000101001001010110101011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA391; }

 p { color: rgb(254,163,145); }

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

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

 a { background-color: rgb(254,163,145); }

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

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

 span { border-color: rgb(254,163,145); }

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