#FF8284

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

Shades of Wewak #FF8284

Tints of Wewak #FF8284

Color information

#FF8284 (or 0xFF8284) is unknown color: approx Wewak. HEX triplet: FF, 82 and 84. RGB value is (255,130,132). Sum of RGB (Red+Green+Blue) = 255+130+132=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8284 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8284 is #007D7B. Grayscale: #A7A7A7. Windows color (decimal): -32124 or 8684287. OLE color: 8684287.

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

Color convert

RGB255130132-
CMYK00.490.480
HSL359.04º100%75.49%-
HSV(B)359.04º49.02%100%-
XYZ53.3938.8926.52-
YUV167.6107.91190.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.32%
GREEN value IS 130 (51.17% from 255) = 25.15%
BLUE value IS 132 (51.95% from 255) = 25.53%
R=49.32%
G=25.15%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513013200.490.480359.0410075.49
HexFF8284031300167644b
Octal377202204061600547144113
Binary1111111110000010100001000110001110000010110011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8284; }

 p { color: rgb(255,130,132); }

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

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

 a { background-color: rgb(255,130,132); }

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

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

 span { border-color: rgb(255,130,132); }

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