#FEA4A6

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

Shades of Wewak #FEA4A6

Tints of Wewak #FEA4A6

Color information

#FEA4A6 (or 0xFEA4A6) is unknown color: approx Wewak. HEX triplet: FE, A4 and A6. RGB value is (254,164,166). Sum of RGB (Red+Green+Blue) = 254+164+166=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 164 (64.45% from 255 or 28.08% from 584); Blue value is 166 (65.23% from 255 or 28.42% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA4A6 is #015B59. Grayscale: #BFBFBF. Windows color (decimal): -88922 or 10921214. OLE color: 10921214.

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

Color convert

RGB254164166-
CMYK00.350.350.00
HSL358.67º97.83%81.96%-
HSV(B)358.67º35.43%99.61%-
XYZ61.0350.3742.58-
YUV191.14113.82172.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.49%
GREEN value IS 164 (64.45% from 255) = 28.08%
BLUE value IS 166 (65.23% from 255) = 28.42%
R=43.49%
G=28.08%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416416600.350.350.00358.6797.8381.96
HexFEA4A60232301676252
Octal376244246043430547142122
Binary1111111010100100101001100100011100011010110011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA4A6; }

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

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

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

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

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

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

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

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