#FA8785

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

Shades of Light Coral #FA8785

Tints of Light Coral #FA8785

Color information

#FA8785 (or 0xFA8785) is unknown color: approx Light Coral. HEX triplet: FA, 87 and 85. RGB value is (250,135,133). Sum of RGB (Red+Green+Blue) = 250+135+133=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 135 (53.12% from 255 or 26.06% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8785 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8785 is #05787A. Grayscale: #A9A9A9. Windows color (decimal): -358523 or 8751098. OLE color: 8751098.

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

Color convert

RGB250135133-
CMYK00.460.470.02
HSL1.03º92.13%75.1%-
HSV(B)1.03º46.8%98.04%-
XYZ52.3239.3527.03-
YUV169.16107.6185.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.26%
GREEN value IS 135 (53.12% from 255) = 26.06%
BLUE value IS 133 (52.34% from 255) = 25.68%
R=48.26%
G=26.06%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013513300.460.470.021.0392.1375.1
HexFA878502E2F215c4b
Octal3722072050565721134113
Binary111110101000011110000101010111010111110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8785; }

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

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

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

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

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

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

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

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