#FE899C

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

Shades of Wewak #FE899C

Tints of Wewak #FE899C

Color information

#FE899C (or 0xFE899C) is unknown color: approx Wewak. HEX triplet: FE, 89 and 9C. RGB value is (254,137,156). Sum of RGB (Red+Green+Blue) = 254+137+156=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 137 (53.91% from 255 or 25.05% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE899C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE899C is #017663. Grayscale: #AEAEAE. Windows color (decimal): -95844 or 10258942. OLE color: 10258942.

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

Color convert

RGB254137156-
CMYK00.460.390.00
HSL350.26º98.32%76.67%-
HSV(B)350.26º46.06%99.61%-
XYZ55.8241.3636.49-
YUV174.15117.76184.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.44%
GREEN value IS 137 (53.91% from 255) = 25.05%
BLUE value IS 156 (61.33% from 255) = 28.52%
R=46.44%
G=25.05%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413715600.460.390.00350.2698.3276.67
HexFE899C02E27015e624d
Octal376211234056470536142115
Binary1111111010001001100111000101110100111010101111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE899C; }

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

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

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

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

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

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

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

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