#FF8382

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

Shades of Light Coral #FF8382

Tints of Light Coral #FF8382

Color information

#FF8382 (or 0xFF8382) is unknown color: approx Light Coral. HEX triplet: FF, 83 and 82. RGB value is (255,131,130). Sum of RGB (Red+Green+Blue) = 255+131+130=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8382 is #007C7D. Grayscale: #A8A8A8. Windows color (decimal): -31870 or 8553471. OLE color: 8553471.

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

Color convert

RGB255131130-
CMYK00.490.490
HSL0.48º100%75.49%-
HSV(B)0.48º49.02%100%-
XYZ53.3939.125.85-
YUV167.96106.58190.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.42%
GREEN value IS 131 (51.56% from 255) = 25.39%
BLUE value IS 130 (51.17% from 255) = 25.19%
R=49.42%
G=25.39%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513113000.490.4900.4810075.49
HexFF83820313100644b
Octal3772032020616100144113
Binary11111111100000111000001001100011100010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8382; }

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

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

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

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

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

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

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

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