#FC8785

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

Shades of Light Coral #FC8785

Tints of Light Coral #FC8785

Color information

#FC8785 (or 0xFC8785) is unknown color: approx Light Coral. HEX triplet: FC, 87 and 85. RGB value is (252,135,133). Sum of RGB (Red+Green+Blue) = 252+135+133=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 135 (53.12% from 255 or 25.96% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8785 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8785 is #03787A. Grayscale: #A9A9A9. Windows color (decimal): -227451 or 8751100. OLE color: 8751100.

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

Color convert

RGB252135133-
CMYK00.460.470.01
HSL1.01º95.2%75.49%-
HSV(B)1.01º47.22%98.82%-
XYZ53.0439.7227.06-
YUV169.76107.26186.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.46%
GREEN value IS 135 (53.12% from 255) = 25.96%
BLUE value IS 133 (52.34% from 255) = 25.58%
R=48.46%
G=25.96%
B=25.58%

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
Decimal25213513300.460.470.011.0195.275.49
HexFC878502E2F115f4b
Octal3742072050565711137113
Binary11111100100001111000010101011101011111110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8785; }

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

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

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

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

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

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

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

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