#FE8994

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

Shades of Wewak #FE8994

Tints of Wewak #FE8994

Color information

#FE8994 (or 0xFE8994) is unknown color: approx Wewak. HEX triplet: FE, 89 and 94. RGB value is (254,137,148). Sum of RGB (Red+Green+Blue) = 254+137+148=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8994 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8994 is #01766B. Grayscale: #ADADAD. Windows color (decimal): -95852 or 9734654. OLE color: 9734654.

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

Color convert

RGB254137148-
CMYK00.460.420.00
HSL354.36º98.32%76.67%-
HSV(B)354.36º46.06%99.61%-
XYZ55.1641.133.04-
YUV173.24113.76185.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.12%
GREEN value IS 137 (53.91% from 255) = 25.42%
BLUE value IS 148 (58.20% from 255) = 27.46%
R=47.12%
G=25.42%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413714800.460.420.00354.3698.3276.67
HexFE899402E2A0162624d
Octal376211224056520542142115
Binary1111111010001001100101000101110101010010110001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8994; }

 p { color: rgb(254,137,148); }

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

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

 a { background-color: rgb(254,137,148); }

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

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

 span { border-color: rgb(254,137,148); }

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