#FC8786

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

Shades of Light Coral #FC8786

Tints of Light Coral #FC8786

Color information

#FC8786 (or 0xFC8786) is unknown color: approx Light Coral. HEX triplet: FC, 87 and 86. RGB value is (252,135,134). Sum of RGB (Red+Green+Blue) = 252+135+134=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 135 (53.12% from 255 or 25.91% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8786 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8786 is #037879. Grayscale: #A9A9A9. Windows color (decimal): -227450 or 8816636. OLE color: 8816636.

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

Color convert

RGB252135134-
CMYK00.460.470.01
HSL0.51º95.16%75.69%-
HSV(B)0.51º46.83%98.82%-
XYZ53.1139.7427.43-
YUV169.87107.76186.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.37%
GREEN value IS 135 (53.12% from 255) = 25.91%
BLUE value IS 134 (52.73% from 255) = 25.72%
R=48.37%
G=25.91%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213513400.460.470.010.5195.1675.69
HexFC878602E2F115f4c
Octal3742072060565711137114
Binary11111100100001111000011001011101011111110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8786; }

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

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

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

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

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

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

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

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