#FF8280

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

Shades of Light Coral #FF8280

Tints of Light Coral #FF8280

Color information

#FF8280 (or 0xFF8280) is unknown color: approx Light Coral. HEX triplet: FF, 82 and 80. RGB value is (255,130,128). Sum of RGB (Red+Green+Blue) = 255+130+128=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8280 is #007D7F. Grayscale: #A7A7A7. Windows color (decimal): -32128 or 8422143. OLE color: 8422143.

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

Color convert

RGB255130128-
CMYK00.490.500
HSL0.94º100%75.1%-
HSV(B)0.94º49.8%100%-
XYZ53.1238.7825.11-
YUV167.15105.91190.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.71%
GREEN value IS 130 (51.17% from 255) = 25.34%
BLUE value IS 128 (50.39% from 255) = 24.95%
R=49.71%
G=25.34%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513012800.490.5000.9410075.1
HexFF82800313201644b
Octal3772022000616201144113
Binary11111111100000101000000001100011100100111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8280; }

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

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

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

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

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

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

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

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