#FA8A81

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

Shades of Light Coral #FA8A81

Tints of Light Coral #FA8A81

Color information

#FA8A81 (or 0xFA8A81) is unknown color: approx Light Coral. HEX triplet: FA, 8A and 81. RGB value is (250,138,129). Sum of RGB (Red+Green+Blue) = 250+138+129=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8A81 is #05757E. Grayscale: #AAAAAA. Windows color (decimal): -357759 or 8489722. OLE color: 8489722.

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

Color convert

RGB250138129-
CMYK00.450.480.02
HSL4.46º92.37%74.31%-
HSV(B)4.46º48.4%98.04%-
XYZ52.4840.0925.74-
YUV170.46104.61184.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.36%
GREEN value IS 138 (54.30% from 255) = 26.69%
BLUE value IS 129 (50.78% from 255) = 24.95%
R=48.36%
G=26.69%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013812900.450.480.024.4692.3774.31
HexFA8A8102D30245c4a
Octal3722122010556024134112
Binary11111010100010101000000101011011100001010010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8A81; }

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

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

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

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

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

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

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

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