#FC8886

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

Shades of Light Coral #FC8886

Tints of Light Coral #FC8886

Color information

#FC8886 (or 0xFC8886) is unknown color: approx Light Coral. HEX triplet: FC, 88 and 86. RGB value is (252,136,134). Sum of RGB (Red+Green+Blue) = 252+136+134=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8886 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8886 is #037779. Grayscale: #AAAAAA. Windows color (decimal): -227194 or 8816892. OLE color: 8816892.

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

Color convert

RGB252136134-
CMYK00.460.470.01
HSL1.02º95.16%75.69%-
HSV(B)1.02º46.83%98.82%-
XYZ53.2540.0227.47-
YUV170.46107.43186.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.28%
GREEN value IS 136 (53.52% from 255) = 26.05%
BLUE value IS 134 (52.73% from 255) = 25.67%
R=48.28%
G=26.05%
B=25.67%

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
Decimal25213613400.460.470.011.0295.1675.69
HexFC888602E2F115f4c
Octal3742102060565711137114
Binary11111100100010001000011001011101011111110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8886; }

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

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

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

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

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

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

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

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