#FEA09E

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

Shades of Rose Bud #FEA09E

Tints of Rose Bud #FEA09E

Color information

#FEA09E (or 0xFEA09E) is unknown color: approx Rose Bud. HEX triplet: FE, A0 and 9E. RGB value is (254,160,158). Sum of RGB (Red+Green+Blue) = 254+160+158=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 160 (62.89% from 255 or 27.97% from 572); Blue value is 158 (62.11% from 255 or 27.62% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA09E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA09E is #015F61. Grayscale: #BBBBBB. Windows color (decimal): -89954 or 10395902. OLE color: 10395902.

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

Color convert

RGB254160158-
CMYK00.370.380.00
HSL1.25º97.96%80.78%-
HSV(B)1.25º37.8%99.61%-
XYZ59.6248.6838.6-
YUV187.88111.14175.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.41%
GREEN value IS 160 (62.89% from 255) = 27.97%
BLUE value IS 158 (62.11% from 255) = 27.62%
R=44.41%
G=27.97%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416015800.370.380.001.2597.9680.78
HexFEA09E02526016251
Octal3762402360454601142121
Binary11111110101000001001111001001011001100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA09E; }

 p { color: rgb(254,160,158); }

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

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

 a { background-color: rgb(254,160,158); }

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

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

 span { border-color: rgb(254,160,158); }

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