#FE8693

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

Shades of Wewak #FE8693

Tints of Wewak #FE8693

Color information

#FE8693 (or 0xFE8693) is unknown color: approx Wewak. HEX triplet: FE, 86 and 93. RGB value is (254,134,147). Sum of RGB (Red+Green+Blue) = 254+134+147=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8693 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8693 is #01796C. Grayscale: #ABABAB. Windows color (decimal): -96621 or 9668350. OLE color: 9668350.

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

Color convert

RGB254134147-
CMYK00.470.420.00
HSL353.5º98.36%76.08%-
HSV(B)353.5º47.24%99.61%-
XYZ54.6640.2332.49-
YUV171.36114.26186.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.48%
GREEN value IS 134 (52.73% from 255) = 25.05%
BLUE value IS 147 (57.81% from 255) = 27.48%
R=47.48%
G=25.05%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413414700.470.420.00353.598.3676.08
HexFE869302F2A0162624c
Octal376206223057520542142114
Binary1111111010000110100100110101111101010010110001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8693; }

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

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

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

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

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

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

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

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