Html Css Color HEX #FC897C Salmon

📋 copy color: '#FC897C'

red 252 ◦ green 137 ◦ blue 124

#FC897C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salmon #FC897C

Tints of Salmon #FC897C

RGB

 RED value IS 252 (98.83% from 255) = 49.12%

 GREEN value IS 137 (53.91% from 255) = 26.71%

 BLUE value IS 124 (48.83% from 255) = 24.17%

R = 49.12%
G = 26.71%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC897C (or 0xFC897C) is known color: Salmon. HEX triplet: FC, 89 and 7C. RGB value is (252,137,124). Sum of RGB (Red+Green+Blue) = 252+137+124=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 124 (48.83% from 255 or 24.17% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC897C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC897C is #037683. Grayscale: #AAAAAA. Windows color (decimal): -226948 or 8161788. OLE color: 8161788.

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

Color convert

RGB 252 137 124 -
CMYK 0 0.46 0.51 0.01
HSL 6.09º 0.96% 0.74% -
HSV(B) 6.09º 0.51% 0.99% -
XYZ 52.73 40.04 24.02 -
YUV 169.9 102.1 186.56 -
System Red Green Blue C M Y K H S L
Decimal 252 137 124 0 0.46 0.51 0.01 6.09 0.96 0.74
Hex FC 89 7C 0 2E 33 1 6 60 4A
Octal 374 211 174 0 56 63 1 6 140 112
Binary 11111100 10001001 1111100 0 101110 110011 1 110 1100000 1001010

Color Harmonies of #FC897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC897C

Black with #FC897C

Text Example


Text Example

White with #FC897C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC897C; }

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

 H1.HeaderClassName
 {
   color: #FC897C;
 }
 .AnyTagClassName
 {
   color: #FC897C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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