#FE979E

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

Shades of Wewak #FE979E

Tints of Wewak #FE979E

Color information

#FE979E (or 0xFE979E) is unknown color: approx Wewak. HEX triplet: FE, 97 and 9E. RGB value is (254,151,158). Sum of RGB (Red+Green+Blue) = 254+151+158=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 158 (62.11% from 255 or 28.06% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE979E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE979E is #016861. Grayscale: #B6B6B6. Windows color (decimal): -92258 or 10393598. OLE color: 10393598.

HSL color Cylindrical-coordinate representation of color #FE979E: hue angle of 355.92º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FE979E is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.00.

Color convert

RGB254151158-
CMYK00.410.380.00
HSL355.92º98.1%79.41%-
HSV(B)355.92º40.55%99.61%-
XYZ58.1145.6738.1-
YUV182.6114.12178.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.12%
GREEN value IS 151 (59.38% from 255) = 26.82%
BLUE value IS 158 (62.11% from 255) = 28.06%
R=45.12%
G=26.82%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415115800.410.380.00355.9298.179.41
HexFE979E029260164624f
Octal376227236051460544142117
Binary1111111010010111100111100101001100110010110010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE979E; }

 p { color: rgb(254,151,158); }

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

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

 a { background-color: rgb(254,151,158); }

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

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

 span { border-color: rgb(254,151,158); }

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