#FC8980

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

Shades of Light Coral #FC8980

Tints of Light Coral #FC8980

Color information

#FC8980 (or 0xFC8980) is unknown color: approx Light Coral. HEX triplet: FC, 89 and 80. RGB value is (252,137,128). Sum of RGB (Red+Green+Blue) = 252+137+128=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8980 is #03767F. Grayscale: #AAAAAA. Windows color (decimal): -226944 or 8423932. OLE color: 8423932.

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

Color convert

RGB252137128-
CMYK00.460.490.01
HSL4.35º95.38%74.51%-
HSV(B)4.35º49.21%98.82%-
XYZ52.9940.1525.38-
YUV170.36104.1186.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.74%
GREEN value IS 137 (53.91% from 255) = 26.50%
BLUE value IS 128 (50.39% from 255) = 24.76%
R=48.74%
G=26.50%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213712800.460.490.014.3595.3874.51
HexFC898002E31145f4b
Octal3742112000566114137113
Binary1111110010001001100000000101110110001110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8980; }

 p { color: rgb(252,137,128); }

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

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

 a { background-color: rgb(252,137,128); }

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

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

 span { border-color: rgb(252,137,128); }

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