#FE8690

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

Shades of Wewak #FE8690

Tints of Wewak #FE8690

Color information

#FE8690 (or 0xFE8690) is unknown color: approx Wewak. HEX triplet: FE, 86 and 90. RGB value is (254,134,144). Sum of RGB (Red+Green+Blue) = 254+134+144=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8690 is #01796F. Grayscale: #ABABAB. Windows color (decimal): -96624 or 9471742. OLE color: 9471742.

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

Color convert

RGB254134144-
CMYK00.470.430.00
HSL355º98.36%76.08%-
HSV(B)355º47.24%99.61%-
XYZ54.4340.1331.26-
YUV171.02112.76187.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.74%
GREEN value IS 134 (52.73% from 255) = 25.19%
BLUE value IS 144 (56.64% from 255) = 27.07%
R=47.74%
G=25.19%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413414400.470.430.0035598.3676.08
HexFE869002F2B0163624c
Octal376206220057530543142114
Binary1111111010000110100100000101111101011010110001111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8690; }

 p { color: rgb(254,134,144); }

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

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

 a { background-color: rgb(254,134,144); }

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

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

 span { border-color: rgb(254,134,144); }

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