#FC897E

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

Shades of Salmon #FC897E

Tints of Salmon #FC897E

Color information

#FC897E (or 0xFC897E) is unknown color: approx Salmon. HEX triplet: FC, 89 and 7E. RGB value is (252,137,126). Sum of RGB (Red+Green+Blue) = 252+137+126=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC897E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC897E is #037681. Grayscale: #AAAAAA. Windows color (decimal): -226946 or 8292860. OLE color: 8292860.

HSL color Cylindrical-coordinate representation of color #FC897E: hue angle of 5.24º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC897E is Cyan = 0, Magento = 0.46, Yellow = 0.5 and Black (K on CMYK) = 0.01.

Color convert

RGB252137126-
CMYK00.460.50.01
HSL5.24º95.45%74.12%-
HSV(B)5.24º50%98.82%-
XYZ52.8640.0924.69-
YUV170.13103.1186.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.93%
GREEN value IS 137 (53.91% from 255) = 26.60%
BLUE value IS 126 (49.61% from 255) = 24.47%
R=48.93%
G=26.60%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.5
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213712600.460.50.015.2495.4574.12
HexFC897E02E32155f4a
Octal3742111760566215137112
Binary111111001000100111111100101110110010110110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC897E; }

 p { color: rgb(252,137,126); }

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

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

 a { background-color: rgb(252,137,126); }

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

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

 span { border-color: rgb(252,137,126); }

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