#FA887F

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

Shades of Light Coral #FA887F

Tints of Light Coral #FA887F

Color information

#FA887F (or 0xFA887F) is unknown color: approx Light Coral. HEX triplet: FA, 88 and 7F. RGB value is (250,136,127). Sum of RGB (Red+Green+Blue) = 250+136+127=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA887F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA887F is #057780. Grayscale: #A9A9A9. Windows color (decimal): -358273 or 8358138. OLE color: 8358138.

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

Color convert

RGB250136127-
CMYK00.460.490.02
HSL4.39º92.48%73.92%-
HSV(B)4.39º49.2%98.04%-
XYZ52.0639.4624.95-
YUV169.06104.27185.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.73%
GREEN value IS 136 (53.52% from 255) = 26.51%
BLUE value IS 127 (50% from 255) = 24.76%
R=48.73%
G=26.51%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013612700.460.490.024.3992.4873.92
HexFA887F02E31245c4a
Octal3722101770566124134112
Binary1111101010001000111111101011101100011010010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA887F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA887F; }

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

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

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

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

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

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

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

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