#FA8883

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

Shades of Light Coral #FA8883

Tints of Light Coral #FA8883

Color information

#FA8883 (or 0xFA8883) is unknown color: approx Light Coral. HEX triplet: FA, 88 and 83. RGB value is (250,136,131). Sum of RGB (Red+Green+Blue) = 250+136+131=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8883 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8883 is #05777C. Grayscale: #A9A9A9. Windows color (decimal): -358269 or 8620282. OLE color: 8620282.

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

Color convert

RGB250136131-
CMYK00.460.480.02
HSL2.52º92.25%74.71%-
HSV(B)2.52º47.6%98.04%-
XYZ52.3339.5726.35-
YUV169.52106.27185.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.36%
GREEN value IS 136 (53.52% from 255) = 26.31%
BLUE value IS 131 (51.56% from 255) = 25.34%
R=48.36%
G=26.31%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013613100.460.480.022.5292.2574.71
HexFA888302E30235c4b
Octal3722102030566023134113
Binary1111101010001000100000110101110110000101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8883; }

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

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

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

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

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

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

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

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