#FE8B93

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

Shades of Wewak #FE8B93

Tints of Wewak #FE8B93

Color information

#FE8B93 (or 0xFE8B93) is unknown color: approx Wewak. HEX triplet: FE, 8B and 93. RGB value is (254,139,147). Sum of RGB (Red+Green+Blue) = 254+139+147=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 147 (57.81% from 255 or 27.22% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8B93 is #01746C. Grayscale: #AEAEAE. Windows color (decimal): -95341 or 9669630. OLE color: 9669630.

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

Color convert

RGB254139147-
CMYK00.450.420.00
HSL355.83º98.29%77.06%-
HSV(B)355.83º45.28%99.61%-
XYZ55.3741.6432.72-
YUV174.3112.6184.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.04%
GREEN value IS 139 (54.69% from 255) = 25.74%
BLUE value IS 147 (57.81% from 255) = 27.22%
R=47.04%
G=25.74%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413914700.450.420.00355.8398.2977.06
HexFE8B9302D2A0164624d
Octal376213223055520544142115
Binary1111111010001011100100110101101101010010110010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8B93; }

 p { color: rgb(254,139,147); }

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

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

 a { background-color: rgb(254,139,147); }

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

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

 span { border-color: rgb(254,139,147); }

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