#FE8E92

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

Shades of Wewak #FE8E92

Tints of Wewak #FE8E92

Color information

#FE8E92 (or 0xFE8E92) is unknown color: approx Wewak. HEX triplet: FE, 8E and 92. RGB value is (254,142,146). Sum of RGB (Red+Green+Blue) = 254+142+146=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 142 (55.86% from 255 or 26.20% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8E92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8E92 is #01716D. Grayscale: #B0B0B0. Windows color (decimal): -94574 or 9604862. OLE color: 9604862.

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

Color convert

RGB254142146-
CMYK00.440.430.00
HSL357.86º98.25%77.65%-
HSV(B)357.86º44.09%99.61%-
XYZ55.7342.4932.46-
YUV175.94111.11183.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.86%
GREEN value IS 142 (55.86% from 255) = 26.20%
BLUE value IS 146 (57.42% from 255) = 26.94%
R=46.86%
G=26.20%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414214600.440.430.00357.8698.2577.65
HexFE8E9202C2B0166624e
Octal376216222054530546142116
Binary1111111010001110100100100101100101011010110011011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8E92; }

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

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

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

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

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

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

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

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