#FF8386

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

Shades of Wewak #FF8386

Tints of Wewak #FF8386

Color information

#FF8386 (or 0xFF8386) is unknown color: approx Wewak. HEX triplet: FF, 83 and 86. RGB value is (255,131,134). Sum of RGB (Red+Green+Blue) = 255+131+134=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8386 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8386 is #007C79. Grayscale: #A8A8A8. Windows color (decimal): -31866 or 8815615. OLE color: 8815615.

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

Color convert

RGB255131134-
CMYK00.490.470
HSL358.55º100%75.69%-
HSV(B)358.55º48.63%100%-
XYZ53.6639.2127.3-
YUV168.42108.58189.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.04%
GREEN value IS 131 (51.56% from 255) = 25.19%
BLUE value IS 134 (52.73% from 255) = 25.77%
R=49.04%
G=25.19%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513113400.490.470358.5510075.69
HexFF83860312F0167644c
Octal377203206061570547144114
Binary1111111110000011100001100110001101111010110011111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8386; }

 p { color: rgb(255,131,134); }

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

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

 a { background-color: rgb(255,131,134); }

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

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

 span { border-color: rgb(255,131,134); }

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