#FE898B

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

Shades of Wewak #FE898B

Tints of Wewak #FE898B

Color information

#FE898B (or 0xFE898B) is unknown color: approx Wewak. HEX triplet: FE, 89 and 8B. RGB value is (254,137,139). Sum of RGB (Red+Green+Blue) = 254+137+139=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE898B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE898B is #017674. Grayscale: #ACACAC. Windows color (decimal): -95861 or 9144830. OLE color: 9144830.

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

Color convert

RGB254137139-
CMYK00.460.450.00
HSL358.97º98.32%76.67%-
HSV(B)358.97º46.06%99.61%-
XYZ54.4840.8329.43-
YUV172.21109.26186.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.92%
GREEN value IS 137 (53.91% from 255) = 25.85%
BLUE value IS 139 (54.69% from 255) = 26.23%
R=47.92%
G=25.85%
B=26.23%

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
Decimal25413713900.460.450.00358.9798.3276.67
HexFE898B02E2D0167624d
Octal376211213056550547142115
Binary1111111010001001100010110101110101101010110011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE898B; }

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

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

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

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

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

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

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

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