#FA837E

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

Shades of Light Coral #FA837E

Tints of Light Coral #FA837E

Color information

#FA837E (or 0xFA837E) is unknown color: approx Light Coral. HEX triplet: FA, 83 and 7E. RGB value is (250,131,126). Sum of RGB (Red+Green+Blue) = 250+131+126=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA837E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA837E is #057C81. Grayscale: #A6A6A6. Windows color (decimal): -359554 or 8291322. OLE color: 8291322.

HSL color Cylindrical-coordinate representation of color #FA837E: hue angle of 2.42º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA837E is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB250131126-
CMYK00.480.500.02
HSL2.42º92.54%73.73%-
HSV(B)2.42º49.6%98.04%-
XYZ51.3138.0624.38-
YUV166.01105.42187.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.31%
GREEN value IS 131 (51.56% from 255) = 25.84%
BLUE value IS 126 (49.61% from 255) = 24.85%
R=49.31%
G=25.84%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013112600.480.500.022.4292.5473.73
HexFA837E03032225d4a
Octal3722031760606222135112
Binary111110101000001111111100110000110010101010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA837E; }

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

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

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

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

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

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

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

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