Html Css Color HEX #FC896C Salmon

📋 copy color: '#FC896C'

red 252 ◦ green 137 ◦ blue 108

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

Shades of Salmon #FC896C

Tints of Salmon #FC896C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.73%

R = 50.7%
G = 27.57%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC896C (or 0xFC896C) is known color: Salmon. HEX triplet: FC, 89 and 6C. RGB value is (252,137,108). Sum of RGB (Red+Green+Blue) = 252+137+108=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC896C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC896C is #037693. Grayscale: #A8A8A8. Windows color (decimal): -226964 or 7113212. OLE color: 7113212.

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

Color convert

RGB 252 137 108 -
CMYK 0 0.46 0.57 0.01
HSL 12.08º 0.96% 0.71% -
HSV(B) 12.08º 0.57% 0.99% -
XYZ 51.8 39.67 19.11 -
YUV 168.08 94.1 187.86 -
System Red Green Blue C M Y K H S L
Decimal 252 137 108 0 0.46 0.57 0.01 12.08 0.96 0.71
Hex FC 89 6C 0 2E 39 1 C 60 47
Octal 374 211 154 0 56 71 1 14 140 107
Binary 11111100 10001001 1101100 0 101110 111001 1 1100 1100000 1000111

Color Harmonies of #FC896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC896C

Black with #FC896C

Text Example


Text Example

White with #FC896C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC896C; }

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

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

background-color css

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

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

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

border-color css

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

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

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