#FE9196

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

Shades of Wewak #FE9196

Tints of Wewak #FE9196

Color information

#FE9196 (or 0xFE9196) is unknown color: approx Wewak. HEX triplet: FE, 91 and 96. RGB value is (254,145,150). Sum of RGB (Red+Green+Blue) = 254+145+150=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9196 is #016E69. Grayscale: #B2B2B2. Windows color (decimal): -93802 or 9867774. OLE color: 9867774.

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

Color convert

RGB254145150-
CMYK00.430.410.00
HSL357.25º98.2%78.24%-
HSV(B)357.25º42.91%99.61%-
XYZ56.543.5234.28-
YUV178.16112.11182.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.27%
GREEN value IS 145 (57.03% from 255) = 26.41%
BLUE value IS 150 (58.98% from 255) = 27.32%
R=46.27%
G=26.41%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414515000.430.410.00357.2598.278.24
HexFE919602B290165624e
Octal376221226053510545142116
Binary1111111010010001100101100101011101001010110010111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9196; }

 p { color: rgb(254,145,150); }

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

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

 a { background-color: rgb(254,145,150); }

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

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

 span { border-color: rgb(254,145,150); }

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