#FE898A

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

Shades of Wewak #FE898A

Tints of Wewak #FE898A

Color information

#FE898A (or 0xFE898A) is unknown color: approx Wewak. HEX triplet: FE, 89 and 8A. RGB value is (254,137,138). Sum of RGB (Red+Green+Blue) = 254+137+138=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE898A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE898A is #017675. Grayscale: #ACACAC. Windows color (decimal): -95862 or 9079294. OLE color: 9079294.

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

Color convert

RGB254137138-
CMYK00.460.460.00
HSL359.49º98.32%76.67%-
HSV(B)359.49º46.06%99.61%-
XYZ54.4140.829.05-
YUV172.1108.76186.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.02%
GREEN value IS 137 (53.91% from 255) = 25.90%
BLUE value IS 138 (54.30% from 255) = 26.09%
R=48.02%
G=25.90%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413713800.460.460.00359.4998.3276.67
HexFE898A02E2E0167624d
Octal376211212056560547142115
Binary1111111010001001100010100101110101110010110011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE898A; }

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

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

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

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

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

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

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

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