#FE8D91

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

Shades of Wewak #FE8D91

Tints of Wewak #FE8D91

Color information

#FE8D91 (or 0xFE8D91) is unknown color: approx Wewak. HEX triplet: FE, 8D and 91. RGB value is (254,141,145). Sum of RGB (Red+Green+Blue) = 254+141+145=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 145 (57.03% from 255 or 26.85% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8D91 is #01726E. Grayscale: #AFAFAF. Windows color (decimal): -94831 or 9539070. OLE color: 9539070.

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

Color convert

RGB254141145-
CMYK00.440.430.00
HSL357.88º98.26%77.45%-
HSV(B)357.88º44.49%99.61%-
XYZ55.5142.1632-
YUV175.24110.94184.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.04%
GREEN value IS 141 (55.47% from 255) = 26.11%
BLUE value IS 145 (57.03% from 255) = 26.85%
R=47.04%
G=26.11%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414114500.440.430.00357.8898.2677.45
HexFE8D9102C2B0166624d
Octal376215221054530546142115
Binary1111111010001101100100010101100101011010110011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8D91; }

 p { color: rgb(254,141,145); }

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

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

 a { background-color: rgb(254,141,145); }

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

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

 span { border-color: rgb(254,141,145); }

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