#FA8786

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

Shades of Light Coral #FA8786

Tints of Light Coral #FA8786

Color information

#FA8786 (or 0xFA8786) is unknown color: approx Light Coral. HEX triplet: FA, 87 and 86. RGB value is (250,135,134). Sum of RGB (Red+Green+Blue) = 250+135+134=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 135 (53.12% from 255 or 26.01% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8786 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8786 is #057879. Grayscale: #A9A9A9. Windows color (decimal): -358522 or 8816634. OLE color: 8816634.

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

Color convert

RGB250135134-
CMYK00.460.460.02
HSL0.52º92.06%75.29%-
HSV(B)0.52º46.4%98.04%-
XYZ52.3939.3727.39-
YUV169.27108.1185.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.17%
GREEN value IS 135 (53.12% from 255) = 26.01%
BLUE value IS 134 (52.73% from 255) = 25.82%
R=48.17%
G=26.01%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013513400.460.460.020.5292.0675.29
HexFA878602E2E215c4b
Octal3722072060565621134113
Binary111110101000011110000110010111010111010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8786; }

 p { color: rgb(250,135,134); }

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

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

 a { background-color: rgb(250,135,134); }

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

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

 span { border-color: rgb(250,135,134); }

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