#FEA19E

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

Shades of Rose Bud #FEA19E

Tints of Rose Bud #FEA19E

Color information

#FEA19E (or 0xFEA19E) is unknown color: approx Rose Bud. HEX triplet: FE, A1 and 9E. RGB value is (254,161,158). Sum of RGB (Red+Green+Blue) = 254+161+158=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 161 (63.28% from 255 or 28.10% from 573); Blue value is 158 (62.11% from 255 or 27.57% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA19E is #015E61. Grayscale: #BCBCBC. Windows color (decimal): -89698 or 10396158. OLE color: 10396158.

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

Color convert

RGB254161158-
CMYK00.370.380.00
HSL1.88º97.96%80.78%-
HSV(B)1.88º37.8%99.61%-
XYZ59.7949.0338.66-
YUV188.46110.81174.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.33%
GREEN value IS 161 (63.28% from 255) = 28.10%
BLUE value IS 158 (62.11% from 255) = 27.57%
R=44.33%
G=28.10%
B=27.57%

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
Decimal25416115800.370.380.001.8897.9680.78
HexFEA19E02526026251
Octal3762412360454602142121
Binary111111101010000110011110010010110011001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA19E; }

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

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

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

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

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

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

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

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