#FE969E

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

Shades of Wewak #FE969E

Tints of Wewak #FE969E

Color information

#FE969E (or 0xFE969E) is unknown color: approx Wewak. HEX triplet: FE, 96 and 9E. RGB value is (254,150,158). Sum of RGB (Red+Green+Blue) = 254+150+158=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 158 (62.11% from 255 or 28.11% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE969E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE969E is #016961. Grayscale: #B6B6B6. Windows color (decimal): -92514 or 10393342. OLE color: 10393342.

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

Color convert

RGB254150158-
CMYK00.410.380.00
HSL355.38º98.11%79.22%-
HSV(B)355.38º40.94%99.61%-
XYZ57.9545.3538.05-
YUV182.01114.46179.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.20%
GREEN value IS 150 (58.98% from 255) = 26.69%
BLUE value IS 158 (62.11% from 255) = 28.11%
R=45.20%
G=26.69%
B=28.11%

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
Decimal25415015800.410.380.00355.3898.1179.22
HexFE969E029260163624f
Octal376226236051460543142117
Binary1111111010010110100111100101001100110010110001111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE969E; }

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

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

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

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

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

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

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

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