#FE8995

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

Shades of Wewak #FE8995

Tints of Wewak #FE8995

Color information

#FE8995 (or 0xFE8995) is unknown color: approx Wewak. HEX triplet: FE, 89 and 95. RGB value is (254,137,149). Sum of RGB (Red+Green+Blue) = 254+137+149=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 137 (53.91% from 255 or 25.37% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8995 is #01766A. Grayscale: #ADADAD. Windows color (decimal): -95851 or 9800190. OLE color: 9800190.

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

Color convert

RGB254137149-
CMYK00.460.410.00
HSL353.85º98.32%76.67%-
HSV(B)353.85º46.06%99.61%-
XYZ55.2441.1333.46-
YUV173.35114.26185.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.04%
GREEN value IS 137 (53.91% from 255) = 25.37%
BLUE value IS 149 (58.59% from 255) = 27.59%
R=47.04%
G=25.37%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413714900.460.410.00353.8598.3276.67
HexFE899502E290162624d
Octal376211225056510542142115
Binary1111111010001001100101010101110101001010110001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8995; }

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

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

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

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

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

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

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

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