#FA8888

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

Shades of Light Coral #FA8888

Tints of Light Coral #FA8888

Color information

#FA8888 (or 0xFA8888) is unknown color: approx Light Coral. HEX triplet: FA, 88 and 88. RGB value is (250,136,136). Sum of RGB (Red+Green+Blue) = 250+136+136=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 136 (53.52% from 255 or 26.05% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8888 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8888 is #057777. Grayscale: #AAAAAA. Windows color (decimal): -358264 or 8947962. OLE color: 8947962.

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

Color convert

RGB250136136-
CMYK00.460.460.02
HSL91.94%75.69%-
HSV(B)45.6%98.04%-
XYZ52.6739.7128.18-
YUV170.09108.77185-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.89%
GREEN value IS 136 (53.52% from 255) = 26.05%
BLUE value IS 136 (53.52% from 255) = 26.05%
R=47.89%
G=26.05%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013613600.460.460.02091.9475.69
HexFA888802E2E205c4c
Octal3722102100565620134114
Binary111110101000100010001000010111010111010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8888; }

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

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

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

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

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

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

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

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