#FF8886

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

Shades of Light Coral #FF8886

Tints of Light Coral #FF8886

Color information

#FF8886 (or 0xFF8886) is unknown color: approx Light Coral. HEX triplet: FF, 88 and 86. RGB value is (255,136,134). Sum of RGB (Red+Green+Blue) = 255+136+134=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8886 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8886 is #007779. Grayscale: #ABABAB. Windows color (decimal): -30586 or 8816895. OLE color: 8816895.

HSL color Cylindrical-coordinate representation of color #FF8886: hue angle of 0.99º 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 #FF8886 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB255136134-
CMYK00.470.470
HSL0.99º100%76.27%-
HSV(B)0.99º47.45%100%-
XYZ54.3540.5927.52-
YUV171.35106.92187.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.57%
GREEN value IS 136 (53.52% from 255) = 25.90%
BLUE value IS 134 (52.73% from 255) = 25.52%
R=48.57%
G=25.90%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513613400.470.4700.9910076.27
HexFF888602F2F01644c
Octal3772102060575701144114
Binary11111111100010001000011001011111011110111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8886; }

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

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

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

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

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

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

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

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