#FEA5A9

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

Shades of Wewak #FEA5A9

Tints of Wewak #FEA5A9

Color information

#FEA5A9 (or 0xFEA5A9) is unknown color: approx Wewak. HEX triplet: FE, A5 and A9. RGB value is (254,165,169). Sum of RGB (Red+Green+Blue) = 254+165+169=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 165 (64.84% from 255 or 28.06% from 588); Blue value is 169 (66.41% from 255 or 28.74% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA5A9 is #015A56. Grayscale: #C0C0C0. Windows color (decimal): -88663 or 11118078. OLE color: 11118078.

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

Color convert

RGB254165169-
CMYK00.350.330.00
HSL357.3º97.8%82.16%-
HSV(B)357.3º35.04%99.61%-
XYZ61.4950.8544.11-
YUV192.07114.99172.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.20%
GREEN value IS 165 (64.84% from 255) = 28.06%
BLUE value IS 169 (66.41% from 255) = 28.74%
R=43.20%
G=28.06%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416516900.350.330.00357.397.882.16
HexFEA5A90232101656252
Octal376245251043410545142122
Binary1111111010100101101010010100011100001010110010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA5A9; }

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

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

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

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

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

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

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

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