#FF8786

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

Shades of Light Coral #FF8786

Tints of Light Coral #FF8786

Color information

#FF8786 (or 0xFF8786) is unknown color: approx Light Coral. HEX triplet: FF, 87 and 86. RGB value is (255,135,134). Sum of RGB (Red+Green+Blue) = 255+135+134=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 135 (53.12% from 255 or 25.76% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8786 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8786 is #007879. Grayscale: #AAAAAA. Windows color (decimal): -30842 or 8816639. OLE color: 8816639.

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

Color convert

RGB255135134-
CMYK00.470.470
HSL0.5º100%76.27%-
HSV(B)0.5º47.45%100%-
XYZ54.2140.3127.48-
YUV170.77107.26188.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.66%
GREEN value IS 135 (53.12% from 255) = 25.76%
BLUE value IS 134 (52.73% from 255) = 25.57%
R=48.66%
G=25.76%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513513400.470.4700.510076.27
HexFF878602F2F00644c
Octal3772072060575700144114
Binary11111111100001111000011001011111011110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8786; }

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

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

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

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

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

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

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

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