#FE8A8E

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

Shades of Wewak #FE8A8E

Tints of Wewak #FE8A8E

Color information

#FE8A8E (or 0xFE8A8E) is unknown color: approx Wewak. HEX triplet: FE, 8A and 8E. RGB value is (254,138,142). Sum of RGB (Red+Green+Blue) = 254+138+142=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8A8E is #017571. Grayscale: #ADADAD. Windows color (decimal): -95602 or 9341694. OLE color: 9341694.

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

Color convert

RGB254138142-
CMYK00.460.440.00
HSL357.93º98.31%76.86%-
HSV(B)357.93º45.67%99.61%-
XYZ54.8441.230.65-
YUV173.14110.43185.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.57%
GREEN value IS 138 (54.30% from 255) = 25.84%
BLUE value IS 142 (55.86% from 255) = 26.59%
R=47.57%
G=25.84%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413814200.460.440.00357.9398.3176.86
HexFE8A8E02E2C0166624d
Octal376212216056540546142115
Binary1111111010001010100011100101110101100010110011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8A8E; }

 p { color: rgb(254,138,142); }

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

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

 a { background-color: rgb(254,138,142); }

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

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

 span { border-color: rgb(254,138,142); }

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