#FA8382

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

Shades of Light Coral #FA8382

Tints of Light Coral #FA8382

Color information

#FA8382 (or 0xFA8382) is unknown color: approx Light Coral. HEX triplet: FA, 83 and 82. RGB value is (250,131,130). Sum of RGB (Red+Green+Blue) = 250+131+130=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8382 is #057C7D. Grayscale: #A6A6A6. Windows color (decimal): -359550 or 8553466. OLE color: 8553466.

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

Color convert

RGB250131130-
CMYK00.480.480.02
HSL0.5º92.31%74.51%-
HSV(B)0.5º48%98.04%-
XYZ51.5738.1725.77-
YUV166.47107.42187.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.92%
GREEN value IS 131 (51.56% from 255) = 25.64%
BLUE value IS 130 (51.17% from 255) = 25.44%
R=48.92%
G=25.64%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013113000.480.480.020.592.3174.51
HexFA838203030215c4b
Octal3722032020606021134113
Binary111110101000001110000010011000011000010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8382; }

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

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

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

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

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

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

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

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