#FEA39A

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

Shades of Rose Bud #FEA39A

Tints of Rose Bud #FEA39A

Color information

#FEA39A (or 0xFEA39A) is unknown color: approx Rose Bud. HEX triplet: FE, A3 and 9A. RGB value is (254,163,154). Sum of RGB (Red+Green+Blue) = 254+163+154=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 163 (64.06% from 255 or 28.55% from 571); Blue value is 154 (60.55% from 255 or 26.97% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA39A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA39A is #015C65. Grayscale: #BDBDBD. Windows color (decimal): -89190 or 10134526. OLE color: 10134526.

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

Color convert

RGB254163154-
CMYK00.360.390.00
HSL5.4º98.04%80%-
HSV(B)5.4º39.37%99.61%-
XYZ59.849.636.99-
YUV189.18108.15174.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.48%
GREEN value IS 163 (64.06% from 255) = 28.55%
BLUE value IS 154 (60.55% from 255) = 26.97%
R=44.48%
G=28.55%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416315400.360.390.005.498.0480
HexFEA39A02427056250
Octal3762432320444705142120
Binary1111111010100011100110100100100100111010111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA39A; }

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

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

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

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

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

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

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

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