#FA877F

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

Shades of Light Coral #FA877F

Tints of Light Coral #FA877F

Color information

#FA877F (or 0xFA877F) is unknown color: approx Light Coral. HEX triplet: FA, 87 and 7F. RGB value is (250,135,127). Sum of RGB (Red+Green+Blue) = 250+135+127=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA877F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA877F is #057880. Grayscale: #A8A8A8. Windows color (decimal): -358529 or 8357882. OLE color: 8357882.

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

Color convert

RGB250135127-
CMYK00.460.490.02
HSL3.9º92.48%73.92%-
HSV(B)3.9º49.2%98.04%-
XYZ51.9239.1824.91-
YUV168.47104.6186.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.83%
GREEN value IS 135 (53.12% from 255) = 26.37%
BLUE value IS 127 (50% from 255) = 24.80%
R=48.83%
G=26.37%
B=24.80%

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
Decimal25013512700.460.490.023.992.4873.92
HexFA877F02E31245c4a
Octal3722071770566124134112
Binary1111101010000111111111101011101100011010010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA877F; }

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

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

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

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

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

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

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

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