#FEA0A1

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

Shades of Wewak #FEA0A1

Tints of Wewak #FEA0A1

Color information

#FEA0A1 (or 0xFEA0A1) is unknown color: approx Wewak. HEX triplet: FE, A0 and A1. RGB value is (254,160,161). Sum of RGB (Red+Green+Blue) = 254+160+161=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 161 (63.28% from 255 or 28% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA0A1 is #015F5E. Grayscale: #BCBCBC. Windows color (decimal): -89951 or 10592510. OLE color: 10592510.

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

Color convert

RGB254160161-
CMYK00.370.370.00
HSL359.36º97.92%81.18%-
HSV(B)359.36º37.01%99.61%-
XYZ59.8848.7939.98-
YUV188.22112.64174.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.17%
GREEN value IS 160 (62.89% from 255) = 27.83%
BLUE value IS 161 (63.28% from 255) = 28%
R=44.17%
G=27.83%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416016100.370.370.00359.3697.9281.18
HexFEA0A10252501676251
Octal376240241045450547142121
Binary1111111010100000101000010100101100101010110011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA0A1; }

 p { color: rgb(254,160,161); }

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

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

 a { background-color: rgb(254,160,161); }

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

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

 span { border-color: rgb(254,160,161); }

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