#FF8685

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

Shades of Light Coral #FF8685

Tints of Light Coral #FF8685

Color information

#FF8685 (or 0xFF8685) is unknown color: approx Light Coral. HEX triplet: FF, 86 and 85. RGB value is (255,134,133). Sum of RGB (Red+Green+Blue) = 255+134+133=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8685 is #00797A. Grayscale: #AAAAAA. Windows color (decimal): -31099 or 8750847. OLE color: 8750847.

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

Color convert

RGB255134133-
CMYK00.470.480
HSL0.49º100%76.08%-
HSV(B)0.49º47.84%100%-
XYZ544027.07-
YUV170.06107.09188.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.85%
GREEN value IS 134 (52.73% from 255) = 25.67%
BLUE value IS 133 (52.34% from 255) = 25.48%
R=48.85%
G=25.67%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513413300.470.4800.4910076.08
HexFF868502F3000644c
Octal3772062050576000144114
Binary11111111100001101000010101011111100000011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8685; }

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

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

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

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

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

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

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

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