#FEA0A5

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

Shades of Wewak #FEA0A5

Tints of Wewak #FEA0A5

Color information

#FEA0A5 (or 0xFEA0A5) is unknown color: approx Wewak. HEX triplet: FE, A0 and A5. RGB value is (254,160,165). Sum of RGB (Red+Green+Blue) = 254+160+165=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 165 (64.84% from 255 or 28.50% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA0A5 is #015F5A. Grayscale: #BCBCBC. Windows color (decimal): -89947 or 10854654. OLE color: 10854654.

HSL color Cylindrical-coordinate representation of color #FEA0A5: hue angle of 356.81º 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 #FEA0A5 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB254160165-
CMYK00.370.350.00
HSL356.81º97.92%81.18%-
HSV(B)356.81º37.01%99.61%-
XYZ60.2448.9341.87-
YUV188.68114.64174.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.87%
GREEN value IS 160 (62.89% from 255) = 27.63%
BLUE value IS 165 (64.84% from 255) = 28.50%
R=43.87%
G=27.63%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416016500.370.350.00356.8197.9281.18
HexFEA0A50252301656251
Octal376240245045430545142121
Binary1111111010100000101001010100101100011010110010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA0A5; }

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

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

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

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

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

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

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

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