#FA8583

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

Shades of Light Coral #FA8583

Tints of Light Coral #FA8583

Color information

#FA8583 (or 0xFA8583) is unknown color: approx Light Coral. HEX triplet: FA, 85 and 83. RGB value is (250,133,131). Sum of RGB (Red+Green+Blue) = 250+133+131=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8583 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8583 is #057A7C. Grayscale: #A7A7A7. Windows color (decimal): -359037 or 8619514. OLE color: 8619514.

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

Color convert

RGB250133131-
CMYK00.470.480.02
HSL1.01º92.25%74.71%-
HSV(B)1.01º47.6%98.04%-
XYZ51.9138.7426.21-
YUV167.76107.26186.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.64%
GREEN value IS 133 (52.34% from 255) = 25.88%
BLUE value IS 131 (51.56% from 255) = 25.49%
R=48.64%
G=25.88%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013313100.470.480.021.0192.2574.71
HexFA858302F30215c4b
Octal3722052030576021134113
Binary111110101000010110000011010111111000010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8583; }

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

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

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

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

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

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

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

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