#FE9293

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

Shades of Wewak #FE9293

Tints of Wewak #FE9293

Color information

#FE9293 (or 0xFE9293) is unknown color: approx Wewak. HEX triplet: FE, 92 and 93. RGB value is (254,146,147). Sum of RGB (Red+Green+Blue) = 254+146+147=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 147 (57.81% from 255 or 26.87% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9293 is #016D6C. Grayscale: #B2B2B2. Windows color (decimal): -93549 or 9671422. OLE color: 9671422.

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

Color convert

RGB254146147-
CMYK00.430.420.00
HSL359.44º98.18%78.43%-
HSV(B)359.44º42.52%99.61%-
XYZ56.4243.7433.07-
YUV178.41110.28181.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.44%
GREEN value IS 146 (57.42% from 255) = 26.69%
BLUE value IS 147 (57.81% from 255) = 26.87%
R=46.44%
G=26.69%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414614700.430.420.00359.4498.1878.43
HexFE929302B2A0167624e
Octal376222223053520547142116
Binary1111111010010010100100110101011101010010110011111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9293; }

 p { color: rgb(254,146,147); }

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

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

 a { background-color: rgb(254,146,147); }

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

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

 span { border-color: rgb(254,146,147); }

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