#FA857F

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

Shades of Light Coral #FA857F

Tints of Light Coral #FA857F

Color information

#FA857F (or 0xFA857F) is unknown color: approx Light Coral. HEX triplet: FA, 85 and 7F. RGB value is (250,133,127). Sum of RGB (Red+Green+Blue) = 250+133+127=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA857F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA857F is #057A80. Grayscale: #A7A7A7. Windows color (decimal): -359041 or 8357370. OLE color: 8357370.

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

Color convert

RGB250133127-
CMYK00.470.490.02
HSL2.93º92.48%73.92%-
HSV(B)2.93º49.2%98.04%-
XYZ51.6438.6324.81-
YUV167.3105.26186.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.02%
GREEN value IS 133 (52.34% from 255) = 26.08%
BLUE value IS 127 (50% from 255) = 24.90%
R=49.02%
G=26.08%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013312700.470.490.022.9392.4873.92
HexFA857F02F31235c4a
Octal3722051770576123134112
Binary111110101000010111111110101111110001101110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA857F; }

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

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

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

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

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

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

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

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