#FE7E8C

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

Shades of Wewak #FE7E8C

Tints of Wewak #FE7E8C

Color information

#FE7E8C (or 0xFE7E8C) is unknown color: approx Wewak. HEX triplet: FE, 7E and 8C. RGB value is (254,126,140). Sum of RGB (Red+Green+Blue) = 254+126+140=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7E8C is #018173. Grayscale: #A5A5A5. Windows color (decimal): -98676 or 9207550. OLE color: 9207550.

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

Color convert

RGB254126140-
CMYK00.500.450.00
HSL353.44º98.46%74.51%-
HSV(B)353.44º50.39%99.61%-
XYZ53.0737.8929.33-
YUV165.87113.41190.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.85%
GREEN value IS 126 (49.61% from 255) = 24.23%
BLUE value IS 140 (55.08% from 255) = 26.92%
R=48.85%
G=24.23%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412614000.500.450.00353.4498.4674.51
HexFE7E8C0322D0161624b
Octal376176214062550541142113
Binary111111101111110100011000110010101101010110000111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7E8C; }

 p { color: rgb(254,126,140); }

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

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

 a { background-color: rgb(254,126,140); }

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

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

 span { border-color: rgb(254,126,140); }

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