#FE90A2

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

Shades of Wewak #FE90A2

Tints of Wewak #FE90A2

Color information

#FE90A2 (or 0xFE90A2) is unknown color: approx Wewak. HEX triplet: FE, 90 and A2. RGB value is (254,144,162). Sum of RGB (Red+Green+Blue) = 254+144+162=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 162 (63.67% from 255 or 28.93% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE90A2 is #016F5D. Grayscale: #B2B2B2. Windows color (decimal): -94046 or 10653950. OLE color: 10653950.

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

Color convert

RGB254144162-
CMYK00.430.360.00
HSL350.18º98.21%78.04%-
HSV(B)350.18º43.31%99.61%-
XYZ57.3743.6339.58-
YUV178.94118.44181.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.36%
GREEN value IS 144 (56.64% from 255) = 25.71%
BLUE value IS 162 (63.67% from 255) = 28.93%
R=45.36%
G=25.71%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414416200.430.360.00350.1898.2178.04
HexFE90A202B24015e624e
Octal376220242053440536142116
Binary1111111010010000101000100101011100100010101111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE90A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE90A2; }

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

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

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

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

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

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

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

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