#FE8D94

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

Shades of Wewak #FE8D94

Tints of Wewak #FE8D94

Color information

#FE8D94 (or 0xFE8D94) is unknown color: approx Wewak. HEX triplet: FE, 8D and 94. RGB value is (254,141,148). Sum of RGB (Red+Green+Blue) = 254+141+148=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8D94 is #01726B. Grayscale: #AFAFAF. Windows color (decimal): -94828 or 9735678. OLE color: 9735678.

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

Color convert

RGB254141148-
CMYK00.440.420.00
HSL356.28º98.26%77.45%-
HSV(B)356.28º44.49%99.61%-
XYZ55.7442.2633.24-
YUV175.58112.44183.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.78%
GREEN value IS 141 (55.47% from 255) = 25.97%
BLUE value IS 148 (58.20% from 255) = 27.26%
R=46.78%
G=25.97%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414114800.440.420.00356.2898.2677.45
HexFE8D9402C2A0164624d
Octal376215224054520544142115
Binary1111111010001101100101000101100101010010110010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8D94; }

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

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

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

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

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

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

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

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