#FA8881

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

Shades of Light Coral #FA8881

Tints of Light Coral #FA8881

Color information

#FA8881 (or 0xFA8881) is unknown color: approx Light Coral. HEX triplet: FA, 88 and 81. RGB value is (250,136,129). Sum of RGB (Red+Green+Blue) = 250+136+129=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 129 (50.78% from 255 or 25.05% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8881 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8881 is #05777E. Grayscale: #A9A9A9. Windows color (decimal): -358271 or 8489210. OLE color: 8489210.

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

Color convert

RGB250136129-
CMYK00.460.480.02
HSL3.47º92.37%74.31%-
HSV(B)3.47º48.4%98.04%-
XYZ52.1939.5225.65-
YUV169.29105.27185.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.54%
GREEN value IS 136 (53.52% from 255) = 26.41%
BLUE value IS 129 (50.78% from 255) = 25.05%
R=48.54%
G=26.41%
B=25.05%

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
Decimal25013612900.460.480.023.4792.3774.31
HexFA888102E30235c4a
Octal3722102010566023134112
Binary1111101010001000100000010101110110000101110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8881; }

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

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

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

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

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

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

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

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