#FEA2A6

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

Shades of Wewak #FEA2A6

Tints of Wewak #FEA2A6

Color information

#FEA2A6 (or 0xFEA2A6) is unknown color: approx Wewak. HEX triplet: FE, A2 and A6. RGB value is (254,162,166). Sum of RGB (Red+Green+Blue) = 254+162+166=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 162 (63.67% from 255 or 27.84% from 582); Blue value is 166 (65.23% from 255 or 28.52% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA2A6 is #015D59. Grayscale: #BEBEBE. Windows color (decimal): -89434 or 10920702. OLE color: 10920702.

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

Color convert

RGB254162166-
CMYK00.360.350.00
HSL357.39º97.87%81.57%-
HSV(B)357.39º36.22%99.61%-
XYZ60.6849.6642.46-
YUV189.96114.48173.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.64%
GREEN value IS 162 (63.67% from 255) = 27.84%
BLUE value IS 166 (65.23% from 255) = 28.52%
R=43.64%
G=27.84%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416216600.360.350.00357.3997.8781.57
HexFEA2A60242301656252
Octal376242246044430545142122
Binary1111111010100010101001100100100100011010110010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA2A6; }

 p { color: rgb(254,162,166); }

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

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

 a { background-color: rgb(254,162,166); }

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

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

 span { border-color: rgb(254,162,166); }

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