#FE8B94

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

Shades of Wewak #FE8B94

Tints of Wewak #FE8B94

Color information

#FE8B94 (or 0xFE8B94) is unknown color: approx Wewak. HEX triplet: FE, 8B and 94. RGB value is (254,139,148). Sum of RGB (Red+Green+Blue) = 254+139+148=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8B94 is #01746B. Grayscale: #AEAEAE. Windows color (decimal): -95340 or 9735166. OLE color: 9735166.

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

Color convert

RGB254139148-
CMYK00.450.420.00
HSL355.3º98.29%77.06%-
HSV(B)355.3º45.28%99.61%-
XYZ55.4541.6733.14-
YUV174.41113.1184.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.95%
GREEN value IS 139 (54.69% from 255) = 25.69%
BLUE value IS 148 (58.20% from 255) = 27.36%
R=46.95%
G=25.69%
B=27.36%

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
Decimal25413914800.450.420.00355.398.2977.06
HexFE8B9402D2A0163624d
Octal376213224055520543142115
Binary1111111010001011100101000101101101010010110001111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8B94; }

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

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

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

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

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

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

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

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