#FEA99E

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

Shades of Rose Bud #FEA99E

Tints of Rose Bud #FEA99E

Color information

#FEA99E (or 0xFEA99E) is unknown color: approx Rose Bud. HEX triplet: FE, A9 and 9E. RGB value is (254,169,158). Sum of RGB (Red+Green+Blue) = 254+169+158=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 169 (66.41% from 255 or 29.09% from 581); Blue value is 158 (62.11% from 255 or 27.19% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA99E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA99E is #015661. Grayscale: #C1C1C1. Windows color (decimal): -87650 or 10398206. OLE color: 10398206.

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

Color convert

RGB254169158-
CMYK00.330.380.00
HSL6.88º97.96%80.78%-
HSV(B)6.88º37.8%99.61%-
XYZ61.2351.9239.14-
YUV193.16108.16171.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.72%
GREEN value IS 169 (66.41% from 255) = 29.09%
BLUE value IS 158 (62.11% from 255) = 27.19%
R=43.72%
G=29.09%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416915800.330.380.006.8897.9680.78
HexFEA99E02126076251
Octal3762512360414607142121
Binary1111111010101001100111100100001100110011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA99E; }

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

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

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

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

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

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

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

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