#FF898E

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

Shades of Wewak #FF898E

Tints of Wewak #FF898E

Color information

#FF898E (or 0xFF898E) is unknown color: approx Wewak. HEX triplet: FF, 89 and 8E. RGB value is (255,137,142). Sum of RGB (Red+Green+Blue) = 255+137+142=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 137 (53.91% from 255 or 25.66% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF898E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF898E is #007671. Grayscale: #ACACAC. Windows color (decimal): -30322 or 9341439. OLE color: 9341439.

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

Color convert

RGB255137142-
CMYK00.460.440
HSL357.46º100%76.86%-
HSV(B)357.46º46.27%100%-
XYZ55.0741.130.62-
YUV172.85110.59186.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.75%
GREEN value IS 137 (53.91% from 255) = 25.66%
BLUE value IS 142 (55.86% from 255) = 26.59%
R=47.75%
G=25.66%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513714200.460.440357.4610076.86
HexFF898E02E2C0165644d
Octal377211216056540545144115
Binary1111111110001001100011100101110101100010110010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF898E; }

 p { color: rgb(255,137,142); }

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

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

 a { background-color: rgb(255,137,142); }

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

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

 span { border-color: rgb(255,137,142); }

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