#FE8A95

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

Shades of Wewak #FE8A95

Tints of Wewak #FE8A95

Color information

#FE8A95 (or 0xFE8A95) is unknown color: approx Wewak. HEX triplet: FE, 8A and 95. RGB value is (254,138,149). Sum of RGB (Red+Green+Blue) = 254+138+149=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8A95 is #01756A. Grayscale: #AEAEAE. Windows color (decimal): -95595 or 9800446. OLE color: 9800446.

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

Color convert

RGB254138149-
CMYK00.460.410.00
HSL354.31º98.31%76.86%-
HSV(B)354.31º45.67%99.61%-
XYZ55.3941.4233.51-
YUV173.94113.93185.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.95%
GREEN value IS 138 (54.30% from 255) = 25.51%
BLUE value IS 149 (58.59% from 255) = 27.54%
R=46.95%
G=25.51%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413814900.460.410.00354.3198.3176.86
HexFE8A9502E290162624d
Octal376212225056510542142115
Binary1111111010001010100101010101110101001010110001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8A95; }

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

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

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

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

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

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

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

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