#FC8382

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

Shades of Light Coral #FC8382

Tints of Light Coral #FC8382

Color information

#FC8382 (or 0xFC8382) is unknown color: approx Light Coral. HEX triplet: FC, 83 and 82. RGB value is (252,131,130). Sum of RGB (Red+Green+Blue) = 252+131+130=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8382 is #037C7D. Grayscale: #A7A7A7. Windows color (decimal): -228478 or 8553468. OLE color: 8553468.

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

Color convert

RGB252131130-
CMYK00.480.480.01
HSL0.49º95.31%74.9%-
HSV(B)0.49º48.41%98.82%-
XYZ52.2938.5425.8-
YUV167.06107.09188.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.12%
GREEN value IS 131 (51.56% from 255) = 25.54%
BLUE value IS 130 (51.17% from 255) = 25.34%
R=49.12%
G=25.54%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213113000.480.480.010.4995.3174.9
HexFC838203030105f4b
Octal3742032020606010137113
Binary11111100100000111000001001100001100001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8382; }

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

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

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

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

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

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

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

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