#FE838E

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

Shades of Wewak #FE838E

Tints of Wewak #FE838E

Color information

#FE838E (or 0xFE838E) is unknown color: approx Wewak. HEX triplet: FE, 83 and 8E. RGB value is (254,131,142). Sum of RGB (Red+Green+Blue) = 254+131+142=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE838E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE838E is #017C71. Grayscale: #A9A9A9. Windows color (decimal): -97394 or 9339902. OLE color: 9339902.

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

Color convert

RGB254131142-
CMYK00.480.440.00
HSL354.63º98.4%75.49%-
HSV(B)354.63º48.43%99.61%-
XYZ53.8739.2630.33-
YUV169.03112.75188.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.20%
GREEN value IS 131 (51.56% from 255) = 24.86%
BLUE value IS 142 (55.86% from 255) = 26.94%
R=48.20%
G=24.86%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413114200.480.440.00354.6398.475.49
HexFE838E0302C0163624b
Octal376203216060540543142113
Binary1111111010000011100011100110000101100010110001111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE838E; }

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

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

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

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

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

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

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

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