#FE898C

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

Shades of Wewak #FE898C

Tints of Wewak #FE898C

Color information

#FE898C (or 0xFE898C) is unknown color: approx Wewak. HEX triplet: FE, 89 and 8C. RGB value is (254,137,140). Sum of RGB (Red+Green+Blue) = 254+137+140=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE898C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE898C is #017673. Grayscale: #ACACAC. Windows color (decimal): -95860 or 9210366. OLE color: 9210366.

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

Color convert

RGB254137140-
CMYK00.460.450.00
HSL358.46º98.32%76.67%-
HSV(B)358.46º46.06%99.61%-
XYZ54.5540.8629.82-
YUV172.32109.76186.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.83%
GREEN value IS 137 (53.91% from 255) = 25.80%
BLUE value IS 140 (55.08% from 255) = 26.37%
R=47.83%
G=25.80%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413714000.460.450.00358.4698.3276.67
HexFE898C02E2D0166624d
Octal376211214056550546142115
Binary1111111010001001100011000101110101101010110011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE898C; }

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

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

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

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

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

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

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

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