#FA8481

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

Shades of Light Coral #FA8481

Tints of Light Coral #FA8481

Color information

#FA8481 (or 0xFA8481) is unknown color: approx Light Coral. HEX triplet: FA, 84 and 81. RGB value is (250,132,129). Sum of RGB (Red+Green+Blue) = 250+132+129=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8481 is #057B7E. Grayscale: #A7A7A7. Windows color (decimal): -359295 or 8488186. OLE color: 8488186.

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

Color convert

RGB250132129-
CMYK00.470.480.02
HSL1.49º92.37%74.31%-
HSV(B)1.49º48.4%98.04%-
XYZ51.6438.4125.46-
YUV166.94106.59187.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.92%
GREEN value IS 132 (51.95% from 255) = 25.83%
BLUE value IS 129 (50.78% from 255) = 25.24%
R=48.92%
G=25.83%
B=25.24%

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
Decimal25013212900.470.480.021.4992.3774.31
HexFA848102F30215c4a
Octal3722042010576021134112
Binary111110101000010010000001010111111000010110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8481; }

 p { color: rgb(250,132,129); }

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

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

 a { background-color: rgb(250,132,129); }

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

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

 span { border-color: rgb(250,132,129); }

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